From 536ee427daf453199d1396a36529433b9fdf1d8f Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Fri, 15 Feb 2013 07:05:29 -0800 Subject: [PATCH] Remove macros during uninstall. Signed-off-by: Tom Eastep --- Shorewall/uninstall.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Shorewall/uninstall.sh b/Shorewall/uninstall.sh index e64a388fb..6940585e7 100755 --- a/Shorewall/uninstall.sh +++ b/Shorewall/uninstall.sh @@ -131,6 +131,7 @@ rm -f ${SHAREDIR}/shorewall/prog.* rm -f ${SHAREDIR}/shorewall/module* rm -f ${SHAREDIR}/shorewall/helpers rm -f ${SHAREDIR}/shorewall/action* +rm -f ${SHAREDIR}/shorewall/macro.* rm -f ${SHAREDIR}/shorewall/init for f in ${MANDIR}/man5/shorewall* ${MANDIR}/man8/shorewall*; do