diff options
author | Zbigniew Baniewski <zb@ispid.com.pl> | 2011-01-06 19:45:58 -0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-01-10 15:04:23 -0600 |
commit | 5fd074fed290a64f394fa02104c9fac46fd23f59 (patch) | |
tree | cf6de7b6d63edfe40feebfcb977a7a22aac81b96 /audio/gqradio/doinst.sh | |
parent | 7fa880d55409ed5cbaf5c27449d201460afaa34e (diff) |
audio/gqradio: Added (a radio tuner application)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'audio/gqradio/doinst.sh')
-rw-r--r-- | audio/gqradio/doinst.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/gqradio/doinst.sh b/audio/gqradio/doinst.sh new file mode 100644 index 000000000000..4e8ba7071dea --- /dev/null +++ b/audio/gqradio/doinst.sh @@ -0,0 +1,4 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 +fi + |