diff --git a/Shorewall-core/uninstall.sh b/Shorewall-core/uninstall.sh index 1b124a5e2..49cbdff83 100755 --- a/Shorewall-core/uninstall.sh +++ b/Shorewall-core/uninstall.sh @@ -127,6 +127,11 @@ fi echo "Uninstalling $Product $VERSION" +if [ -n "${MANDIR}" ]; then + remove_file_with_wildcard ${MANDIR}/man5/shorewall\* + remove_file_with_wildcard ${MANDIR}/man8/shorewall\* +fi + remove_directory ${SHAREDIR}/shorewall remove_file ~/.shorewallrc