updated on Thu Jan 12 16:09:17 UTC 2012
[aur-mirror.git] / bareftp / bareftp.install
blobdb08a5aec2b0da72acca44c632bdec15c0869265
1 # Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org>
3 post_install() {
4   echo -n "Updating desktop MIME database..."
5   update-desktop-database -q
6   [ $? -eq 0 ] && echo " done." || echo " FAILED!"
8   echo -n "Updating GTK icon cache..."
9   gtk-update-icon-cache -qft /usr/share/icons/hicolor
10   [ $? -eq 0 ] && echo " done." || echo " FAILED!"
13 post_upgrade() {
14   post_install $1