diff options
author | Frank Caraballo <fecaraballo{at}gmail{dot}com> | 2010-05-12 23:28:10 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-12 23:28:10 +0200 |
commit | d962c7357d28f17a9c8c38dccd97ea404fbc970c (patch) | |
tree | 3e2a92837697a12fc26ea7d6372bb56aa2ecd57b /audio/quodlibet/doinst.sh | |
parent | 4ae8c97488f8e7e10485198465217330b38a8b39 (diff) | |
download | slackbuilds-d962c7357d28f17a9c8c38dccd97ea404fbc970c.tar.gz |
audio/quodlibet: Added to 12.2 repository
Diffstat (limited to 'audio/quodlibet/doinst.sh')
-rw-r--r-- | audio/quodlibet/doinst.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/quodlibet/doinst.sh b/audio/quodlibet/doinst.sh new file mode 100644 index 0000000000..392c12adb9 --- /dev/null +++ b/audio/quodlibet/doinst.sh @@ -0,0 +1,4 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications +fi + |