summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Andrew Clemons2021-08-22 13:06:07 +0200
committer Willy Sudiarto Raharjo2021-08-25 07:11:42 +0200
commit2c1c5e9d76809c9196968c7ea1c5eca441869f6c (patch)
tree427a511a5816a4308cd3ef1a8651c9234143f6f5
parentfac20314d3199a6b633391c8560b7c278b4149d9 (diff)
downloadslackbuilds-2c1c5e9d76809c9196968c7ea1c5eca441869f6c.tar.gz
python/jsonschema: Removed 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>
-rw-r--r--python/jsonschema/doinst.sh3
-rw-r--r--python/jsonschema/jsonschema.SlackBuild1
2 files changed, 0 insertions, 4 deletions
diff --git a/python/jsonschema/doinst.sh b/python/jsonschema/doinst.sh
deleted file mode 100644
index 5fb28930db..0000000000
--- a/python/jsonschema/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/python/jsonschema/jsonschema.SlackBuild b/python/jsonschema/jsonschema.SlackBuild
index 8f1cf84f12..74e2b20869 100644
--- a/python/jsonschema/jsonschema.SlackBuild
+++ b/python/jsonschema/jsonschema.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