diff options
author | B. Watson <yalhcru@gmail.com> | 2010-05-13 00:27:22 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-13 00:27:22 +0200 |
commit | e16b1d678679b5e2d1e37209c7626120b124e39f (patch) | |
tree | beff4f75fd45efc2e74a6428fc7f5aeeba28d3fa /games/transfusion/doinst.sh | |
parent | 4a36e0595484f879308d682c5fd4c4d06ba10841 (diff) | |
download | slackbuilds-e16b1d678679b5e2d1e37209c7626120b124e39f.tar.gz |
games/transfusion: Updated for version 1.05_beta2
Diffstat (limited to 'games/transfusion/doinst.sh')
-rw-r--r-- | games/transfusion/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/transfusion/doinst.sh b/games/transfusion/doinst.sh new file mode 100644 index 0000000000..5fb28930db --- /dev/null +++ b/games/transfusion/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 |