diff options
author | Zbigniew Baniewski <zb@ispid.com.pl> | 2011-01-06 20:39:55 -0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-01-10 15:04:23 -0600 |
commit | 891b53bdca63892b17a4414a450da56b8c403fc6 (patch) | |
tree | 8656ccdd4964e396f82fa7d363a21208390a86ce /audio/rebmp/doinst.sh | |
parent | 5fd074fed290a64f394fa02104c9fac46fd23f59 (diff) | |
download | slackbuilds-891b53bdca63892b17a4414a450da56b8c403fc6.tar.gz |
audio/rebmp: Added (music player)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'audio/rebmp/doinst.sh')
-rw-r--r-- | audio/rebmp/doinst.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/rebmp/doinst.sh b/audio/rebmp/doinst.sh new file mode 100644 index 0000000000..4e8ba7071d --- /dev/null +++ b/audio/rebmp/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 + |