summarylogtreecommitdiffstats
path: root/eiskaltdcpp.install
diff options
context:
space:
mode:
authorEugene Petrov2015-06-09 23:05:35 +0300
committerEugene Petrov2015-06-09 23:05:35 +0300
commit5ece737143c9bcad0334a333c5d674908181cda1 (patch)
treea03b69d1914c8b006f70de81fef0eafa87d8d0c1 /eiskaltdcpp.install
downloadaur-5ece737143c9bcad0334a333c5d674908181cda1.tar.gz
2.2.10.35.gd9fe129
Diffstat (limited to 'eiskaltdcpp.install')
-rw-r--r--eiskaltdcpp.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/eiskaltdcpp.install b/eiskaltdcpp.install
new file mode 100644
index 000000000000..23f5838bced4
--- /dev/null
+++ b/eiskaltdcpp.install
@@ -0,0 +1,12 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}