summarylogtreecommitdiffstats
path: root/llpp.install
diff options
context:
space:
mode:
authorDaniel R. van Rossum2015-06-18 16:27:37 -0500
committerDaniel R. van Rossum2015-06-18 16:27:37 -0500
commitc8aab06219b8af5b5c51fec8c916f04cad51ede0 (patch)
tree849ff19da710388bf49b049e02b6e4462b0a78f9 /llpp.install
downloadaur-c8aab06219b8af5b5c51fec8c916f04cad51ede0.tar.gz
initial import
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..b8c7ebf27b7e
--- /dev/null
+++ b/llpp.install
@@ -0,0 +1,11 @@
+post_install() {
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}