summarylogtreecommitdiffstats
path: root/cr.install
diff options
context:
space:
mode:
authorIvan Naumeiko2017-11-26 22:50:04 +0100
committerIvan Naumeiko2017-11-26 22:50:04 +0100
commit47e83583770fb351232ea01a11b524ff3cbf7c2c (patch)
tree3c2efbbd59dc0abe68541472a9489f8e37ba661e /cr.install
downloadaur-47e83583770fb351232ea01a11b524ff3cbf7c2c.tar.gz
package preparation
Diffstat (limited to 'cr.install')
-rw-r--r--cr.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/cr.install b/cr.install
new file mode 100644
index 000000000000..f8d47ca11489
--- /dev/null
+++ b/cr.install
@@ -0,0 +1,11 @@
+post_install() {
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+} \ No newline at end of file