diff options
author | B. Watson <yalhcru@gmail.com> | 2012-04-08 10:55:19 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-04-08 10:55:19 -0400 |
commit | e5836baf78816ef4ae8cebb760d2679201335a9c (patch) | |
tree | e1ceb6fe555efcbd83ee2d3d31b684aee7f715d6 /games/chocolate-doom/doinst.sh | |
parent | 00fe1301c6a332f831e385844573679b03913a10 (diff) |
games/chocolate-doom: Added (Doom source port)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'games/chocolate-doom/doinst.sh')
-rw-r--r-- | games/chocolate-doom/doinst.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/chocolate-doom/doinst.sh b/games/chocolate-doom/doinst.sh new file mode 100644 index 000000000000..696d35bad7e6 --- /dev/null +++ b/games/chocolate-doom/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 |