updated on Thu Jan 12 08:01:00 UTC 2012
[aur-mirror.git] / geogebra-svn / geogebra.install
blobd14679318854f98cfbb1162d4382961cc31433f3
1 post_install() {
2   echo "Updating icon cache..."
3   gtk-update-icon-cache -q /usr/share/icons/hicolor
4   echo "Updating desktop database..."
5   update-desktop-database -q
6   echo "Updating mime database..."
7   update-mime-database /usr/share/mime/ > /dev/null
10 post_upgrade() {
11   post_install $1
14 post_remove() {
15   post_install $1