From 075a59523c538e313df156e4b7657d67db33c067 Mon Sep 17 00:00:00 2001 From: dsomero Date: Sat, 29 Sep 2012 07:28:17 -0400 Subject: desktop/notification-daemon: Fixed (Handle desktop file) Signed-off-by: dsomero --- desktop/notification-daemon/doinst.sh | 3 +++ desktop/notification-daemon/notification-daemon.SlackBuild | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 desktop/notification-daemon/doinst.sh (limited to 'desktop/notification-daemon') diff --git a/desktop/notification-daemon/doinst.sh b/desktop/notification-daemon/doinst.sh new file mode 100644 index 0000000000..5fb28930db --- /dev/null +++ b/desktop/notification-daemon/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/desktop/notification-daemon/notification-daemon.SlackBuild b/desktop/notification-daemon/notification-daemon.SlackBuild index 2072eb9383..3ed3ee2de9 100644 --- a/desktop/notification-daemon/notification-daemon.SlackBuild +++ b/desktop/notification-daemon/notification-daemon.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=notification-daemon VERSION=${VERSION:-0.7.5} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -96,6 +96,7 @@ 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:-tgz} -- cgit v1.2.3