summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
author dsomero2012-09-29 23:05:22 +0200
committer Robby Workman2012-09-30 00:17:44 +0200
commit66e018468c316a938db75ee2490e78dc4b493795 (patch)
tree7994b7845fe8bfaec091236798592f52541848b6 /games
parentfc4f21fa6f4d86c6ddfa1797a0979a4742b05802 (diff)
downloadslackbuilds-66e018468c316a938db75ee2490e78dc4b493795.tar.gz
games/blobby2: Fixed (Handle desktop file)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r--games/blobby2/blobby2.SlackBuild3
-rw-r--r--games/blobby2/doinst.sh3
2 files changed, 5 insertions, 1 deletions
diff --git a/games/blobby2/blobby2.SlackBuild b/games/blobby2/blobby2.SlackBuild
index 0b4be14987..3c2ab6b02c 100644
--- a/games/blobby2/blobby2.SlackBuild
+++ b/games/blobby2/blobby2.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=blobby2
VERSION=1.0rc1
-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}
diff --git a/games/blobby2/doinst.sh b/games/blobby2/doinst.sh
new file mode 100644
index 0000000000..5fb28930db
--- /dev/null
+++ b/games/blobby2/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