summarylogtreecommitdiffstats
path: root/cqrlog.install
diff options
context:
space:
mode:
authornot_anonymous2015-07-05 18:03:07 -0600
committernot_anonymous2015-07-05 18:03:07 -0600
commitb3d677e7a70932da559569e91d38b89bda6f7485 (patch)
treee751aeacb578a2301fb0b46473ce933dd6cf9ce3 /cqrlog.install
downloadaur-b3d677e7a70932da559569e91d38b89bda6f7485.tar.gz
Initial import
Diffstat (limited to 'cqrlog.install')
-rw-r--r--cqrlog.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/cqrlog.install b/cqrlog.install
new file mode 100644
index 000000000000..2eaa60550d51
--- /dev/null
+++ b/cqrlog.install
@@ -0,0 +1,11 @@
+post_install() {
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}