summaryrefslogtreecommitdiff
path: root/community/asunder/asunder.install
diff options
context:
space:
mode:
Diffstat (limited to 'community/asunder/asunder.install')
-rw-r--r--community/asunder/asunder.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/community/asunder/asunder.install b/community/asunder/asunder.install
new file mode 100644
index 000000000..735ba2d4a
--- /dev/null
+++ b/community/asunder/asunder.install
@@ -0,0 +1,14 @@
+post_install()
+{
+ update-desktop-database -q
+}
+
+post_upgrade()
+{
+ post_install
+}
+
+post_remove()
+{
+ post_install
+} \ No newline at end of file