summarylogtreecommitdiffstats
path: root/retroshare.install
diff options
context:
space:
mode:
Diffstat (limited to 'retroshare.install')
-rw-r--r--retroshare.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/retroshare.install b/retroshare.install
new file mode 100644
index 000000000000..612e08c624a3
--- /dev/null
+++ b/retroshare.install
@@ -0,0 +1,14 @@
+post_install() {
+ if [[ -x update-desktop-database ]]; then
+ echo "Update desktop database..."
+ update-desktop-database -q
+ fi
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}