summaryrefslogtreecommitdiffstats
path: root/system/xinput_calibrator/doinst.sh
diff options
context:
space:
mode:
author V'yacheslav Stetskevych2011-01-12 06:21:15 +0100
committer Robby Workman2011-01-12 06:21:15 +0100
commitc3d2f9dc3cca26332d339f1dce6613b763494082 (patch)
treeb8cc18328811287503f8ea7fd7c81f87d6f68d7f /system/xinput_calibrator/doinst.sh
parentfa25ab68b109bacd382ef7389faa5b788801ac1e (diff)
downloadslackbuilds-c3d2f9dc3cca26332d339f1dce6613b763494082.tar.gz
system/xinput_calibrator: Added (generic touchscreen calibrator)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/xinput_calibrator/doinst.sh')
-rw-r--r--system/xinput_calibrator/doinst.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/system/xinput_calibrator/doinst.sh b/system/xinput_calibrator/doinst.sh
new file mode 100644
index 0000000000..5fb28930db
--- /dev/null
+++ b/system/xinput_calibrator/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