summarylogtreecommitdiffstats
path: root/remmina-plugin-webkit.install
diff options
context:
space:
mode:
authorMuflone2015-06-13 17:59:23 +0200
committerMuflone2015-06-13 17:59:23 +0200
commitb0ce4f903fabcb5ae40ad22624ef72f3e79eddd5 (patch)
tree2ebacf10fdbe7a4df0b631280cefffa400a9d220 /remmina-plugin-webkit.install
downloadaur-b0ce4f903fabcb5ae40ad22624ef72f3e79eddd5.tar.gz
Initial import
Diffstat (limited to 'remmina-plugin-webkit.install')
-rw-r--r--remmina-plugin-webkit.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/remmina-plugin-webkit.install b/remmina-plugin-webkit.install
new file mode 100644
index 000000000000..a84e858d13e1
--- /dev/null
+++ b/remmina-plugin-webkit.install
@@ -0,0 +1,11 @@
+post_install() {
+ gtk-update-icon-cache -q /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}