summarylogtreecommitdiffstats
path: root/hydrus.install
diff options
context:
space:
mode:
authorScore_Under2015-06-11 18:00:28 +0100
committerScore_Under2015-06-11 18:00:28 +0100
commitfbcafe875523c82a7ce6539a3e3048be33502d8d (patch)
treed14eeb50108dc94c48a3672a17674238b39f3714 /hydrus.install
downloadaur-fbcafe875523c82a7ce6539a3e3048be33502d8d.tar.gz
Initial import from AUR 3
Diffstat (limited to 'hydrus.install')
-rw-r--r--hydrus.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/hydrus.install b/hydrus.install
new file mode 100644
index 000000000000..e111ef946053
--- /dev/null
+++ b/hydrus.install
@@ -0,0 +1,11 @@
+post_install() {
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}