summarylogtreecommitdiffstats
path: root/netctl-gui.install
diff options
context:
space:
mode:
authorarcan1s2015-06-08 19:56:42 +0300
committerarcan1s2015-06-08 19:56:42 +0300
commit4df0d1096335bfa8c5fcc53321e196fab995fd03 (patch)
tree028ecb03171671074596aef300239c88bad30d80 /netctl-gui.install
downloadaur-4df0d1096335bfa8c5fcc53321e196fab995fd03.tar.gz
upload netctl-gui
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"
+}