diff options
author | Steve Kennedy <steve@gnomeslackbuild.org> | 2011-06-17 14:51:39 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-06-17 14:51:39 -0500 |
commit | 238e5e77691dbcf6e756e46edc6213c3c676307a (patch) | |
tree | ed2fdce3db02956760a94d427c0027aa234f7e2c /audio/volti/doinst.sh | |
parent | 528be4e5ea6cb9cf6173df61df716d835782ab85 (diff) | |
download | slackbuilds-238e5e77691dbcf6e756e46edc6213c3c676307a.tar.gz |
audio/volti: Added (gtk+ alsa volume control applet)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'audio/volti/doinst.sh')
-rw-r--r-- | audio/volti/doinst.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/volti/doinst.sh b/audio/volti/doinst.sh new file mode 100644 index 0000000000..4e8ba7071d --- /dev/null +++ b/audio/volti/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 + |