summaryrefslogtreecommitdiffstats
path: root/system/dse-typewriter-font
diff options
context:
space:
mode:
author B. Watson <urchlay@slackware.uk>2023-03-07 18:25:34 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-03-12 08:48:26 +0700
commit35948186b0cec778766aa1fd1cc69e4493ad7f50 (patch)
tree085bc1133e2143012c910e63e932da99eb861d57 /system/dse-typewriter-font
parentaeeb4a2a9389b0f4761322251a93135bb63d664c (diff)
downloadslackbuilds-35948186b0cec778766aa1fd1cc69e4493ad7f50.tar.gz
slackbuilds-35948186b0cec778766aa1fd1cc69e4493ad7f50.tar.xz
system/dse-typewriter-font: Add douninst.sh.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/dse-typewriter-font')
-rw-r--r--system/dse-typewriter-font/dse-typewriter-font.SlackBuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/system/dse-typewriter-font/dse-typewriter-font.SlackBuild b/system/dse-typewriter-font/dse-typewriter-font.SlackBuild
index bf9f2038e3..ded51192d8 100644
--- a/system/dse-typewriter-font/dse-typewriter-font.SlackBuild
+++ b/system/dse-typewriter-font/dse-typewriter-font.SlackBuild
@@ -6,11 +6,13 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+# 20230307 bkw: BUILD=2, add douninst.sh.
+
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=dse-typewriter-font
VERSION=${VERSION:-1.1.0}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
ARCH=noarch
@@ -49,6 +51,7 @@ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh
+cp $PKG/install/doinst.sh $PKG/install/douninst.sh
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE