diff options
author | B. Watson <yalhcru@gmail.com> | 2010-05-12 23:29:35 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-12 23:29:35 +0200 |
commit | 58124800c44323a70de4c3d3803ab448c7290ff1 (patch) | |
tree | 261fa090e578e0f763670af050aceea00638caeb /games/torcs/doinst.sh | |
parent | 7f86bbbf655c3fe0a160c193fb0d126e6f87a354 (diff) | |
download | slackbuilds-58124800c44323a70de4c3d3803ab448c7290ff1.tar.gz |
games/torcs: Added to 12.2 repository
Diffstat (limited to 'games/torcs/doinst.sh')
-rw-r--r-- | games/torcs/doinst.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/torcs/doinst.sh b/games/torcs/doinst.sh new file mode 100644 index 0000000000..392c12adb9 --- /dev/null +++ b/games/torcs/doinst.sh @@ -0,0 +1,4 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications +fi + |