mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-01 01:00:03 +01:00
a652a39060
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
7 lines
280 B
Bash
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
|