pkg://anjuta-common_2.4.2-1_all.deb:4438658/postinst
info downloads
#!/bin/sh
set -e
if [ "$1" = "configure" ] && which update-mime-database >/dev/null 2>&1 ; then
update-mime-database /usr/share/mime
fi
# Automatically added by dh_installmime
if [ "$1" = "configure" ] && [ -x "`which update-mime-database 2>/dev/null`" ]; then
update-mime-database /usr/share/mime
fi
# End automatically added section
# Automatically added by dh_icons
if which update-icon-caches >/dev/null 2>&1 ; then
update-icon-caches /usr/share/icons/hicolor /usr/share/icons/gnome
fi
# End automatically added section