summarylogtreecommitdiffstats
path: root/dlangide.install
diff options
context:
space:
mode:
authorHeorhi Valakhanovich2016-09-22 23:51:05 +0300
committerHeorhi Valakhanovich2016-09-23 17:46:40 +0300
commit7dc6407ea7315cc6686b793785f6010aa1ffb1df (patch)
tree19d31c7b8a7faa99b1994e2c6a2e524a6e994566 /dlangide.install
downloadaur-7dc6407ea7315cc6686b793785f6010aa1ffb1df.tar.gz
initial commit
Diffstat (limited to 'dlangide.install')
-rw-r--r--dlangide.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/dlangide.install b/dlangide.install
new file mode 100644
index 000000000000..e111ef946053
--- /dev/null
+++ b/dlangide.install
@@ -0,0 +1,11 @@
+post_install() {
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}