mirror of
https://github.com/pulb/mailnag.git
synced 2026-05-07 16:48:13 +02:00
14 lines
277 B
Plaintext
14 lines
277 B
Plaintext
post_install() {
|
|
gtk-update-icon-cache --quiet /usr/share/icons/hicolor
|
|
|
|
echo 'To configure Mailnag run mailnag-config.'
|
|
}
|
|
|
|
post_upgrade() {
|
|
gtk-update-icon-cache --quiet /usr/share/icons/hicolor
|
|
}
|
|
|
|
post_remove() {
|
|
gtk-update-icon-cache --quiet /usr/share/icons/hicolor
|
|
}
|