diff options
author | B. Watson <yalhcru@gmail.com> | 2013-10-27 18:21:13 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-10-27 23:39:06 -0500 |
commit | 634efb36072ad3d877df6af06ce594943dd1f181 (patch) | |
tree | 888054d905a506eb9ccc182c88c53c90bb0ebe13 /games/pom1/doinst.sh | |
parent | 6cd960587fee2a30250264818df37bc215538124 (diff) | |
download | slackbuilds-634efb36072ad3d877df6af06ce594943dd1f181.tar.gz |
games/pom1: Added (Apple I emulator)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'games/pom1/doinst.sh')
-rw-r--r-- | games/pom1/doinst.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/pom1/doinst.sh b/games/pom1/doinst.sh new file mode 100644 index 0000000000..4e8ba7071d --- /dev/null +++ b/games/pom1/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 + |