diff options
author | Pierre Cazenave <pwcazenave at gmail {dot} com> | 2010-04-11 11:21:27 -0400 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-15 10:37:51 +0200 |
commit | a96ce23b2b05957feb5c9e877079df1a275cda35 (patch) | |
tree | bf1d893cce3ce69523ccf5bd8da1fe7317924ea8 /games/rott/doinst.sh | |
parent | cf002491328b476af28900a4de735715c72c5179 (diff) |
games/rott: Added (Rise of the Triad, first person shooter game)
Diffstat (limited to 'games/rott/doinst.sh')
-rw-r--r-- | games/rott/doinst.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/rott/doinst.sh b/games/rott/doinst.sh new file mode 100644 index 000000000000..392c12adb9bd --- /dev/null +++ b/games/rott/doinst.sh @@ -0,0 +1,4 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications +fi + |