Remove macros during uninstall.

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2013-02-15 07:05:29 -08:00
parent acb72e7213
commit bfc958b94f

View File

@ -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