summarylogtreecommitdiffstats
path: root/nmclient2.install
diff options
context:
space:
mode:
authorRafael Fontenelle2016-05-08 06:08:06 -0300
committerRafael Fontenelle2016-05-08 06:08:06 -0300
commit26aa2394fe104e439b30a7f6b114c88ad47a1906 (patch)
treef39ed9f2d9a96cda3ef9884b2ce86ac9367cad60 /nmclient2.install
parent189ba48ff1de210976f272f612a62101ce0220ae (diff)
downloadaur-26aa2394fe104e439b30a7f6b114c88ad47a1906.tar.gz
Remove instructions in favor of pacman's hooks
Diffstat (limited to 'nmclient2.install')
-rw-r--r--nmclient2.install14
1 files changed, 0 insertions, 14 deletions
diff --git a/nmclient2.install b/nmclient2.install
deleted file mode 100644
index cfdcc3e8fdb7..000000000000
--- a/nmclient2.install
+++ /dev/null
@@ -1,14 +0,0 @@
-
-post_install() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
- update-desktop-database -q
-}
-
-post_upgrade() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
- update-desktop-database -q
-}
-
-post_remove() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}