diff options
author | David Spencer <nobbutl@yahoo.co.uk> | 2010-05-11 20:00:37 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 20:00:37 +0200 |
commit | 7d2235a47fb2f6e5df06982cb096139a76bd3145 (patch) | |
tree | ecb2e0705b60839cbdeee9e4a27771efe4899f0d /graphics/qtpfsgui/doinst.sh | |
parent | 869d8266afc67b19429d8e3d6bb940b090c38168 (diff) | |
download | slackbuilds-7d2235a47fb2f6e5df06982cb096139a76bd3145.tar.gz |
graphics/qtpfsgui: Added to 12.0 repository
Diffstat (limited to 'graphics/qtpfsgui/doinst.sh')
-rw-r--r-- | graphics/qtpfsgui/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/qtpfsgui/doinst.sh b/graphics/qtpfsgui/doinst.sh new file mode 100644 index 0000000000..98d466d8b9 --- /dev/null +++ b/graphics/qtpfsgui/doinst.sh @@ -0,0 +1,3 @@ +if [ -x usr/bin/update-desktop-database ]; then + ./usr/bin/update-desktop-database ./usr/share/applications >/dev/null 2>&1 +fi |