summarylogtreecommitdiffstats
path: root/lazpaint.install
diff options
context:
space:
mode:
authordobo902015-06-08 19:31:13 +0200
committerdobo902015-06-08 19:31:13 +0200
commit8bb26371142eaa8fca2705a079fbcb6774989875 (patch)
tree9ee116c1025e99281e607639a32f5c5628295b94 /lazpaint.install
downloadaur-8bb26371142eaa8fca2705a079fbcb6774989875.tar.gz
Initial import
Diffstat (limited to 'lazpaint.install')
-rw-r--r--lazpaint.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/lazpaint.install b/lazpaint.install
new file mode 100644
index 000000000000..b8c7ebf27b7e
--- /dev/null
+++ b/lazpaint.install
@@ -0,0 +1,11 @@
+post_install() {
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}