added --quiet option

This commit is contained in:
Patrick Ulbrich
2014-06-21 17:34:03 +02:00
parent c104793300
commit 46d6414353

View File

@@ -1,16 +1,16 @@
post_install() {
gtk-update-icon-cache /usr/share/icons/hicolor
gtk-update-icon-cache --quiet /usr/share/icons/hicolor
echo 'To configure Mailnag run mailnag-config.'
}
post_upgrade() {
gtk-update-icon-cache /usr/share/icons/hicolor
gtk-update-icon-cache --quiet /usr/share/icons/hicolor
echo 'IMPORTANT NOTE: As of version 1.0 the format of the config file has changed.'
echo 'It is recommended to move or delete ~/.config/mailnag/mailnag.cfg'
}
post_remove() {
gtk-update-icon-cache /usr/share/icons/hicolor
gtk-update-icon-cache --quiet /usr/share/icons/hicolor
}