5 if [ \
( "$1" = "upgrade" -o "$1" = "remove" \
) -a -L /usr
/doc
/findutils
]; then
6 rm -f /usr
/doc
/findutils
9 if [ "$1" = "upgrade" -o "$1" = "remove" ]; then
10 install-info
--quiet --remove find
11 if command -v install-docs
> /dev
/null
2>&1; then
12 install-docs
-r findutils || true