diff options
author | Arun Prasannan <polar@arunprasannan.com> | 2010-05-11 20:01:35 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 20:01:35 +0200 |
commit | 8706186e4d364a98c4e27afbbac27478ba85f262 (patch) | |
tree | 729bccf97e172e50fd6f3cc1d4b156b859dc27ee /network/kdebluetooth/doinst.sh | |
parent | 6ffb4fb9580539f521cbec9cce2cb93d09db1929 (diff) |
network/kdebluetooth: Added to 12.0 repository
Diffstat (limited to 'network/kdebluetooth/doinst.sh')
-rw-r--r-- | network/kdebluetooth/doinst.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/network/kdebluetooth/doinst.sh b/network/kdebluetooth/doinst.sh new file mode 100644 index 0000000000..22d4849bce --- /dev/null +++ b/network/kdebluetooth/doinst.sh @@ -0,0 +1,5 @@ + +if [ -x usr/bin/update-desktop-database ]; then + usr/bin/update-desktop-database usr/share/applications >/dev/null 2>&1 +fi + |