diff options
author | B. Watson <yalhcru@gmail.com> | 2010-05-11 22:53:43 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-11 22:53:43 +0200 |
commit | 9f30ad7fb90bbf5a00608d2fb431bfa892a521c8 (patch) | |
tree | 72d54d1362d5d3ba6f84c1210cfe258b3750db26 /games/eduke32/doinst.sh | |
parent | de5c18f83f9dbb0aa3f22d742c1f574736d9a6b5 (diff) | |
download | slackbuilds-9f30ad7fb90bbf5a00608d2fb431bfa892a521c8.tar.gz |
games/eduke32: Added to 12.1 repository
Diffstat (limited to 'games/eduke32/doinst.sh')
-rw-r--r-- | games/eduke32/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/eduke32/doinst.sh b/games/eduke32/doinst.sh new file mode 100644 index 0000000000..854e20633d --- /dev/null +++ b/games/eduke32/doinst.sh @@ -0,0 +1,3 @@ +if [ -x /usr/bin/update-desktop-database ]; then + ./usr/bin/update-desktop-database -q usr/share/applications +fi |