summarylogtreecommitdiffstats
path: root/netctl-gui.install
diff options
context:
space:
mode:
Diffstat (limited to 'netctl-gui.install')
-rw-r--r--netctl-gui.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/netctl-gui.install b/netctl-gui.install
new file mode 100644
index 000000000000..9fae526f0a8e
--- /dev/null
+++ b/netctl-gui.install
@@ -0,0 +1,12 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install "$1"
+}
+
+post_remove() {
+ post_install "$1"
+}