summarylogtreecommitdiffstats
path: root/llpp.install
diff options
context:
space:
mode:
authorMark Oteiza2015-06-08 22:54:08 -0400
committerMark Oteiza2015-06-08 22:54:08 -0400
commit2484e90539c4eb31a1dde9f79d3ced8ffe8d6198 (patch)
tree9c3169c8777004c2b62e227c942f04602414a824 /llpp.install
downloadaur-2484e90539c4eb31a1dde9f79d3ced8ffe8d6198.tar.gz
initial commit
Diffstat (limited to 'llpp.install')
-rw-r--r--llpp.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/llpp.install b/llpp.install
new file mode 100644
index 000000000000..be8f4f9e1a13
--- /dev/null
+++ b/llpp.install
@@ -0,0 +1,11 @@
+post_install() {
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+pre_remove() {
+ post_install
+}