summarylogtreecommitdiffstats
path: root/archipel-client.install
diff options
context:
space:
mode:
authorSébastien Leduc2015-06-13 10:51:00 +0200
committerSébastien Leduc2015-06-13 10:51:00 +0200
commit2586943c0974dc0117f9f2e1532c3ca9d7e40b30 (patch)
treea2a8b97185feca14f6bb5264c54daed98733ca88 /archipel-client.install
downloadaur-2586943c0974dc0117f9f2e1532c3ca9d7e40b30.tar.gz
Initial import
Diffstat (limited to 'archipel-client.install')
-rw-r--r--archipel-client.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/archipel-client.install b/archipel-client.install
new file mode 100644
index 000000000000..d9f87d0f08e4
--- /dev/null
+++ b/archipel-client.install
@@ -0,0 +1,12 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+ update-mime-database /usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}