diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2010-05-13 00:58:07 +0200 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-05-13 00:58:07 +0200 |
commit | e1c8cf162bc4eb3a4ac0087acc86cb1302d9e62b (patch) | |
tree | 9df165ab58caa7ccee0ee65f021034af565c4369 /games/bsnes/doinst.sh | |
parent | af3ec8284e9a5395c3c627b51022387cbebfd59d (diff) | |
download | slackbuilds-e1c8cf162bc4eb3a4ac0087acc86cb1302d9e62b.tar.gz |
games/bsnes: Added to 13.0 repository
Diffstat (limited to 'games/bsnes/doinst.sh')
-rw-r--r-- | games/bsnes/doinst.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/bsnes/doinst.sh b/games/bsnes/doinst.sh new file mode 100644 index 0000000000..4e8ba7071d --- /dev/null +++ b/games/bsnes/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 + |