Signed-off-by: Matt Darfeuille <[email protected]>
---
 Shorewall-core/uninstall.sh | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Shorewall-core/uninstall.sh b/Shorewall-core/uninstall.sh
index 1b124a5..49cbdff 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
 
-- 
2.8.3


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Shorewall-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/shorewall-devel

Reply via email to