summarylogtreecommitdiffstats
path: root/retroshare.install
diff options
context:
space:
mode:
authorsehraf2015-06-10 18:35:33 +0200
committersehraf2015-06-10 18:35:33 +0200
commitd939a7cb3524e80fb7a5f63286f96c87735b4f85 (patch)
treec505cc927cef33f5fb269339d76f7e2f76eee285 /retroshare.install
downloadaur-d939a7cb3524e80fb7a5f63286f96c87735b4f85.tar.gz
Initial import
Diffstat (limited to 'retroshare.install')
-rw-r--r--retroshare.install15
1 files changed, 15 insertions, 0 deletions
diff --git a/retroshare.install b/retroshare.install
new file mode 100644
index 000000000000..e48df13610f0
--- /dev/null
+++ b/retroshare.install
@@ -0,0 +1,15 @@
+post_install() {
+ # Update Desktop DB
+ if [[ -x /usr/bin/update-desktop-database ]]; then
+ echo "Update desktop database..."
+ update-desktop-database -q ;
+ fi
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}