summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Fontenelle2016-05-08 06:00:07 -0300
committerRafael Fontenelle2016-05-08 06:00:07 -0300
commit900236194dffcff53c7a0714ad242550a8c042f4 (patch)
tree6035824119e28253aeae918035e093ba0a408f14
parentb4ce17db3f1c9f997a9bf0481eef9fb49eeb67e4 (diff)
downloadaur-900236194dffcff53c7a0714ad242550a8c042f4.tar.gz
Remove instructions in favor of pacman's hooks
-rw-r--r--gwclient.install8
1 files changed, 1 insertions, 7 deletions
diff --git a/gwclient.install b/gwclient.install
index 452cd42a7adc..ce887d0c8a79 100644
--- a/gwclient.install
+++ b/gwclient.install
@@ -1,15 +1,9 @@
-
post_install() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
- update-desktop-database -q
echo "Type 'groupwise' to start using the mail client."
}
post_upgrade() {
post_install
}
-
-post_remove() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
+1