summaryrefslogtreecommitdiffstats
path: root/games/liquidwar6/douninst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'games/liquidwar6/douninst.sh')
-rw-r--r--games/liquidwar6/douninst.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/games/liquidwar6/douninst.sh b/games/liquidwar6/douninst.sh
new file mode 100644
index 0000000000..1f6dd55f77
--- /dev/null
+++ b/games/liquidwar6/douninst.sh
@@ -0,0 +1,7 @@
+# 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