diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2021-08-22 21:38:51 +1200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-08-25 12:11:37 +0700 |
commit | b3d72ed5c78c51a074d0e525f63a9f74cd063b79 (patch) | |
tree | 770f338edf77005fa135f211a439f788be73c2cb /misc | |
parent | b5ed4bc00a24e537ee48c17ce0a08cbc04e743cc (diff) |
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.sh | 3 | ||||
-rw-r--r-- | misc/sbo-templates/sbo-templates.SlackBuild | 1 |
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 5fb28930db0b..000000000000 --- 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 8b4340c0f211..5c8e70af1798 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 |