diff options
author | B. Watson <yalhcru@gmail.com> | 2010-04-16 21:53:15 -0400 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-15 10:38:07 +0200 |
commit | 0c6b256023edf4f068e6e6a8c08d442e2a85fad5 (patch) | |
tree | bd7ff208960bd6ac90b6835efcd76cf03a741464 /games/xroar/doinst.sh | |
parent | 7a0c818e6b421fb84dcb2f8522fd844b1d10c128 (diff) | |
download | slackbuilds-0c6b256023edf4f068e6e6a8c08d442e2a85fad5.tar.gz |
games/xroar: Added (Dragon emulator)
Diffstat (limited to 'games/xroar/doinst.sh')
-rw-r--r-- | games/xroar/doinst.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/xroar/doinst.sh b/games/xroar/doinst.sh new file mode 100644 index 0000000000..4e8ba7071d --- /dev/null +++ b/games/xroar/doinst.sh @@ -0,0 +1,4 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 +fi + |