summarylogtreecommitdiffstats
path: root/animata-svn.install
diff options
context:
space:
mode:
authorianux2015-06-10 13:00:34 +0200
committerianux2015-06-10 13:00:34 +0200
commit7ad4ba333dadd0ba1dff74da82eb43de4e0bfb4c (patch)
treeb3c59d967680c79bc5fdc22f479e6e56c82670cf /animata-svn.install
downloadaur-7ad4ba333dadd0ba1dff74da82eb43de4e0bfb4c.tar.gz
Initial import
Diffstat (limited to 'animata-svn.install')
-rw-r--r--animata-svn.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/animata-svn.install b/animata-svn.install
new file mode 100644
index 000000000000..5e5cfef4d9f6
--- /dev/null
+++ b/animata-svn.install
@@ -0,0 +1,11 @@
+post_install() {
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ update-desktop-database -q
+}