summarylogtreecommitdiffstats
path: root/cb2bib.install
diff options
context:
space:
mode:
authorDmitry Kharitonov2015-07-10 11:34:57 +0500
committerDmitry Kharitonov2015-07-10 11:34:57 +0500
commitd61ce00b840b405edb5d5e22e4e971b68e6eacc3 (patch)
tree4d06e099c60fd7131bd17e9292ae7c5ef236d660 /cb2bib.install
downloadaur-d61ce00b840b405edb5d5e22e4e971b68e6eacc3.tar.gz
Initial import
Diffstat (limited to 'cb2bib.install')
-rw-r--r--cb2bib.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/cb2bib.install b/cb2bib.install
new file mode 100644
index 000000000000..2eaa60550d51
--- /dev/null
+++ b/cb2bib.install
@@ -0,0 +1,11 @@
+post_install() {
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}