summarylogtreecommitdiffstats
path: root/dhcpcd-ui.install
diff options
context:
space:
mode:
Diffstat (limited to 'dhcpcd-ui.install')
-rw-r--r--dhcpcd-ui.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/dhcpcd-ui.install b/dhcpcd-ui.install
new file mode 100644
index 000000000000..4852f04d4922
--- /dev/null
+++ b/dhcpcd-ui.install
@@ -0,0 +1,11 @@
+post_install() {
+ gtk-update-icon-cache -f -q -t /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}