summarylogtreecommitdiffstats
path: root/drawpile.install
diff options
context:
space:
mode:
authorManuel Hüsers2015-07-27 21:15:27 +0200
committerManuel Hüsers2015-07-27 21:15:27 +0200
commit8c37566680d9429de884773a3d8146769e21025f (patch)
treea6a8b9e371ef62b17b66d7c4f4ded0c6e899cbdb /drawpile.install
parent3e288745b85387a90e2834b45b6705a0f212951b (diff)
downloadaur-8c37566680d9429de884773a3d8146769e21025f.tar.gz
Fixed namcap errors and warnings
Added additional dependencies needed for build process Moved dependencies only needed for build process to makedeps Added -Wno-dev flag\nAdded drawpile.install
Diffstat (limited to 'drawpile.install')
-rw-r--r--drawpile.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/drawpile.install b/drawpile.install
new file mode 100644
index 000000000000..302f9a38e9a4
--- /dev/null
+++ b/drawpile.install
@@ -0,0 +1,11 @@
+post_install() {
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}