diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2021-08-22 23:06:07 +1200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-08-25 12:11:42 +0700 |
commit | 2c1c5e9d76809c9196968c7ea1c5eca441869f6c (patch) | |
tree | 427a511a5816a4308cd3ef1a8651c9234143f6f5 /python | |
parent | fac20314d3199a6b633391c8560b7c278b4149d9 (diff) | |
download | slackbuilds-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>
Diffstat (limited to 'python')
-rw-r--r-- | python/jsonschema/doinst.sh | 3 | ||||
-rw-r--r-- | python/jsonschema/jsonschema.SlackBuild | 1 |
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 |