slackbuilds_ponce/games/liquidwar6/douninst.sh
B. Watson a652a39060
games/liquidwar6: Fix -current build, include extra maps.
Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2021-12-04 10:08:52 +07:00

7 lines
280 B
Bash

# since our info file ends up in the 'Miscellaneous' section, we won't
# worry about removing the section if it's empty (because it won't be,
# because various Slackware packages use the same section).
if [ -e usr/info/dir ]; then
sed -i '/^\* Liquid War 6:/d' usr/info/dir
fi