summaryrefslogtreecommitdiff
path: root/community/asunder/asunder.install
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-02-26 03:35:58 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-02-26 03:35:58 +0000
commit3f23b6bf0b09b0edd47e2c763b3be136bc2fe274 (patch)
tree3be88fe725fc529471a0a3ca5af4b509e2ff88b1 /community/asunder/asunder.install
parent58e4d57ed9a8604dff646ccdfee54f9019ca5d13 (diff)
Wed Feb 26 03:32:51 UTC 2014
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