summarylogtreecommitdiffstats
path: root/mendeleydesktop.install
diff options
context:
space:
mode:
authorxgdgsc2015-06-12 20:21:08 +0800
committerxgdgsc2015-06-12 20:21:08 +0800
commit1c249dbdf4f45fbca519e9a1ed792c20d22a579e (patch)
tree73c651b6b17c056d33f1d8d0d7329fdce26a12ac /mendeleydesktop.install
downloadaur-1c249dbdf4f45fbca519e9a1ed792c20d22a579e.tar.gz
Initial import
Diffstat (limited to 'mendeleydesktop.install')
-rw-r--r--mendeleydesktop.install10
1 files changed, 10 insertions, 0 deletions
diff --git a/mendeleydesktop.install b/mendeleydesktop.install
new file mode 100644
index 000000000000..8d797d01bdb6
--- /dev/null
+++ b/mendeleydesktop.install
@@ -0,0 +1,10 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor
+ update-desktop-database -q
+}
+post_upgrade() {
+ post_install
+}
+post_remove() {
+ post_install
+}