summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
author Andrew Clemons2021-08-22 11:38:51 +0200
committer Willy Sudiarto Raharjo2021-08-25 07:11:37 +0200
commitb3d72ed5c78c51a074d0e525f63a9f74cd063b79 (patch)
tree770f338edf77005fa135f211a439f788be73c2cb /misc
parentb5ed4bc00a24e537ee48c17ce0a08cbc04e743cc (diff)
downloadslackbuilds-b3d72ed5c78c51a074d0e525f63a9f74cd063b79.tar.gz
misc/sbo-templates: Remove redundant doinst.sh.
There are no desktop files in this package. Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc')
-rw-r--r--misc/sbo-templates/doinst.sh3
-rw-r--r--misc/sbo-templates/sbo-templates.SlackBuild1
2 files changed, 0 insertions, 4 deletions
diff --git a/misc/sbo-templates/doinst.sh b/misc/sbo-templates/doinst.sh
deleted file mode 100644
index 5fb28930db..0000000000
--- a/misc/sbo-templates/doinst.sh
+++ /dev/null
@@ -1,3 +0,0 @@
-if [ -x /usr/bin/update-desktop-database ]; then
- /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
-fi
diff --git a/misc/sbo-templates/sbo-templates.SlackBuild b/misc/sbo-templates/sbo-templates.SlackBuild
index 8b4340c0f2..5c8e70af17 100644
--- a/misc/sbo-templates/sbo-templates.SlackBuild
+++ b/misc/sbo-templates/sbo-templates.SlackBuild
@@ -90,7 +90,6 @@ 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
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE