diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2010-05-12 23:32:43 +0200 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-12 23:32:43 +0200 |
commit | 5b1ea29fbf4e6d32be642af3e33cf1c310237120 (patch) | |
tree | 0d1594d1aa99df8596600c58a0d0f9b5f1a15a64 /network/qwit/doinst.sh | |
parent | 86b5fd131073d3058b0d092fbfadc18c116c1228 (diff) | |
download | slackbuilds-5b1ea29fbf4e6d32be642af3e33cf1c310237120.tar.gz |
network/qwit: Added to 12.2 repository
Diffstat (limited to 'network/qwit/doinst.sh')
-rw-r--r-- | network/qwit/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/network/qwit/doinst.sh b/network/qwit/doinst.sh new file mode 100644 index 0000000000..5fb28930db --- /dev/null +++ b/network/qwit/doinst.sh @@ -0,0 +1,3 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 +fi |