diff options
author | Petar Petrov <ppetrov@paju.oulu.fi> | 2012-12-09 11:00:38 -0500 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-12-11 16:21:57 -0500 |
commit | d884fa6c2e5bbdda2ddb51fc1f1d03d5dcce6601 (patch) | |
tree | c4b4b4c96f749575d936ec4c7b1b7e68670d1674 /games/njam/doinst.sh | |
parent | 16abb0a3ab44a54125c3d2f5005b81eef5ae97d5 (diff) |
games/njam: Added (The most addictive free pacman-like game)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'games/njam/doinst.sh')
-rw-r--r-- | games/njam/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/njam/doinst.sh b/games/njam/doinst.sh new file mode 100644 index 000000000000..5fb28930db0b --- /dev/null +++ b/games/njam/doinst.sh @@ -0,0 +1,3 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 +fi |