summaryrefslogtreecommitdiffstats
path: root/development/p4v/doinst.sh
diff options
context:
space:
mode:
author Andy Bailey <GooseYArd@gmail.com>2010-04-09 16:58:54 +0100
committer Michiel van Wessem <michiel@slackbuilds.org>2010-05-15 10:26:06 +0200
commitd9f5409e5f14176c36e0f9617933cc2ffe401b4d (patch)
tree2b43b7a02a9a1debeb6711f8c90470412333de06 /development/p4v/doinst.sh
parenteaa0cbc7c1cd7a5362cd47826918e284ac4d84f1 (diff)
downloadslackbuilds-d9f5409e5f14176c36e0f9617933cc2ffe401b4d.tar.gz
slackbuilds-d9f5409e5f14176c36e0f9617933cc2ffe401b4d.tar.xz
development/p4v: Added.
The Perforce Visual Client, provides quick and easy access to versioned files. Thanks to Andy Bailey.
Diffstat (limited to 'development/p4v/doinst.sh')
-rw-r--r--development/p4v/doinst.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/development/p4v/doinst.sh b/development/p4v/doinst.sh
new file mode 100644
index 0000000000..5fb28930db
--- /dev/null
+++ b/development/p4v/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