diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2016-04-27 16:19:15 -0300 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2016-04-27 16:19:15 -0300 |
commit | 67ce0902ae1768a5d3b7a00519c2073cfe652944 (patch) | |
tree | abb3f5df2d2191cae0566866bc99d0d677b42e92 /nonprism/claws-mail/claws-mail.install | |
parent | 12bbf2d73588ae7f05db14f742ebc9fdb0467840 (diff) | |
download | abslibre-67ce0902ae1768a5d3b7a00519c2073cfe652944.tar.gz abslibre-67ce0902ae1768a5d3b7a00519c2073cfe652944.tar.bz2 abslibre-67ce0902ae1768a5d3b7a00519c2073cfe652944.zip |
nonprism/claws-mail: update package
Diffstat (limited to 'nonprism/claws-mail/claws-mail.install')
-rw-r--r-- | nonprism/claws-mail/claws-mail.install | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/nonprism/claws-mail/claws-mail.install b/nonprism/claws-mail/claws-mail.install deleted file mode 100644 index 4d2f155d4..000000000 --- a/nonprism/claws-mail/claws-mail.install +++ /dev/null @@ -1,16 +0,0 @@ -post_install() { - echo "install \"html2ps\" from AUR to add support for printing html mails with fancy plugin" - 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 - update-desktop-database -q -} - |