summaryrefslogtreecommitdiff
path: root/system/backintime/doinst.sh
diff options
context:
space:
mode:
authorPierre Cazenave <pwcazenave at gmail {dot} com>2010-08-28 08:12:05 -0400
committerErik Hanson <erik@slackbuilds.org>2010-08-29 15:32:14 -0500
commit21581b513ce3d9ea076931f0d466ae1b441d94e6 (patch)
treefa720fe1573e306e80661eb0719d38ad5f47ebfc /system/backintime/doinst.sh
parent5a9d224e41583110b74c3ab46ebc68028acafed9 (diff)
downloadslackbuilds-21581b513ce3d9ea076931f0d466ae1b441d94e6.tar.gz
system/backintime: Added (simple backup tool)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system/backintime/doinst.sh')
-rw-r--r--system/backintime/doinst.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/system/backintime/doinst.sh b/system/backintime/doinst.sh
new file mode 100644
index 0000000000..e4e6459838
--- /dev/null
+++ b/system/backintime/doinst.sh
@@ -0,0 +1,8 @@
+if [ -x /usr/bin/update-desktop-database ]; then
+ /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
+fi
+
+if [ -x /usr/bin/update-mime-database ]; then
+ /usr/bin/update-mime-database usr/share/mime >/dev/null 2>&1
+fi
+