From 9a7162e7ca35875565f341940f99b981ca87ae26 Mon Sep 17 00:00:00 2001 From: dsomero Date: Sun, 30 Sep 2012 11:44:22 -0400 Subject: office/verbiste: Fixed (Handle desktop file) Signed-off-by: dsomero --- office/verbiste/doinst.sh | 3 +++ office/verbiste/verbiste.SlackBuild | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 office/verbiste/doinst.sh (limited to 'office/verbiste') diff --git a/office/verbiste/doinst.sh b/office/verbiste/doinst.sh new file mode 100644 index 000000000000..5fb28930db0b --- /dev/null +++ b/office/verbiste/doinst.sh @@ -0,0 +1,3 @@ +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/office/verbiste/verbiste.SlackBuild b/office/verbiste/verbiste.SlackBuild index e07e2343a57b..fc91e8c0e790 100644 --- a/office/verbiste/verbiste.SlackBuild +++ b/office/verbiste/verbiste.SlackBuild @@ -11,7 +11,7 @@ PRGNAM=verbiste VERSION=${VERSION:-0.1.33} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} CWD=$(pwd) @@ -76,6 +76,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \; 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:-tgz} -- cgit v1.2.3