diff options
author | B. Watson <yalhcru@gmail.com> | 2010-05-12 23:29:15 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-12 23:29:15 +0200 |
commit | e8259575a4e93bcd88cc8eeb4019d4532337d8b9 (patch) | |
tree | 09e5358cd39dbb15fe9cd5259a5257636473a2dd /games/defendguin/doinst.sh | |
parent | 66110dd26e421661e8fd69fccf3777564b866307 (diff) | |
download | slackbuilds-e8259575a4e93bcd88cc8eeb4019d4532337d8b9.tar.gz |
games/defendguin: Added to 12.2 repository
Diffstat (limited to 'games/defendguin/doinst.sh')
-rw-r--r-- | games/defendguin/doinst.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/games/defendguin/doinst.sh b/games/defendguin/doinst.sh new file mode 100644 index 0000000000..c3651bc867 --- /dev/null +++ b/games/defendguin/doinst.sh @@ -0,0 +1,5 @@ + +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database usr/share/applications >/dev/null 2>&1 +fi + |