diff options
author | Heinz Wiesinger <HMWiesinger@gmx.at> | 2010-05-11 20:00:34 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 20:00:34 +0200 |
commit | 5b9b9c399aea6ee669c9b00e9c7ecb9ba7216051 (patch) | |
tree | 4a4403cc80962c3e1952036e72ec7a8508e6751c /games/pingus/doinst.sh | |
parent | 7539f81c522bd356a6050831fb806830011d1ab2 (diff) | |
download | slackbuilds-5b9b9c399aea6ee669c9b00e9c7ecb9ba7216051.tar.gz |
games/pingus: Added to 12.0 repository
Diffstat (limited to 'games/pingus/doinst.sh')
-rw-r--r-- | games/pingus/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/pingus/doinst.sh b/games/pingus/doinst.sh new file mode 100644 index 0000000000..98d466d8b9 --- /dev/null +++ b/games/pingus/doinst.sh @@ -0,0 +1,3 @@ +if [ -x usr/bin/update-desktop-database ]; then + ./usr/bin/update-desktop-database ./usr/share/applications >/dev/null 2>&1 +fi |