diff options
author | adev <adev@linuxmail.org> | 2010-05-11 22:54:53 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-11 22:54:53 +0200 |
commit | 7b6e2e8bfed4dcfd7f4da3f82204c1a87e368343 (patch) | |
tree | 182d2609ef00c94507f7bafe174156b9b664c848 /network/linphone/doinst.sh | |
parent | 85056eda73bd98e9ad573ca742ed8fa308c684cc (diff) | |
download | slackbuilds-7b6e2e8bfed4dcfd7f4da3f82204c1a87e368343.tar.gz |
network/linphone: Added to 12.1 repository
Diffstat (limited to 'network/linphone/doinst.sh')
-rw-r--r-- | network/linphone/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/network/linphone/doinst.sh b/network/linphone/doinst.sh new file mode 100644 index 0000000000..5fb28930db --- /dev/null +++ b/network/linphone/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 |