summarylogtreecommitdiffstats
path: root/gwclient.install
diff options
context:
space:
mode:
authorRafael Ferreira2015-06-20 11:58:22 -0300
committerRafael Ferreira2015-06-20 11:58:22 -0300
commitb4ce17db3f1c9f997a9bf0481eef9fb49eeb67e4 (patch)
treef13a6fa767dab9cea1e3f194fa41c0fbb1ba969c /gwclient.install
downloadaur-b4ce17db3f1c9f997a9bf0481eef9fb49eeb67e4.tar.gz
Initial import
Diffstat (limited to 'gwclient.install')
-rw-r--r--gwclient.install15
1 files changed, 15 insertions, 0 deletions
diff --git a/gwclient.install b/gwclient.install
new file mode 100644
index 000000000000..452cd42a7adc
--- /dev/null
+++ b/gwclient.install
@@ -0,0 +1,15 @@
+
+
+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
+}