summarylogtreecommitdiffstats
path: root/juffed.install
diff options
context:
space:
mode:
authorSteffen Weber2015-06-10 14:04:24 +0200
committerSteffen Weber2015-06-10 14:04:24 +0200
commit1e0b901a973f6721c0068215071568cf5435e186 (patch)
tree771546713c82fdaa4955b83fc92d8eb462632ae6 /juffed.install
downloadaur-1e0b901a973f6721c0068215071568cf5435e186.tar.gz
Initial import
Diffstat (limited to 'juffed.install')
-rw-r--r--juffed.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/juffed.install b/juffed.install
new file mode 100644
index 000000000000..f9c5f846b0eb
--- /dev/null
+++ b/juffed.install
@@ -0,0 +1,11 @@
+post_install() {
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}