summarylogtreecommitdiffstats
path: root/qnotero.install
diff options
context:
space:
mode:
Diffstat (limited to 'qnotero.install')
-rwxr-xr-xqnotero.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/qnotero.install b/qnotero.install
new file mode 100755
index 000000000000..2eaa60550d51
--- /dev/null
+++ b/qnotero.install
@@ -0,0 +1,11 @@
+post_install() {
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}