Skip to content

Instantly share code, notes, and snippets.

@albert-chang0
Created April 7, 2011 22:37
Show Gist options
  • Save albert-chang0/908932 to your computer and use it in GitHub Desktop.
Save albert-chang0/908932 to your computer and use it in GitHub Desktop.
post_install() {
echo "Update icon cache"
usr/bin/gtk-update-icon-cache -q -f -t /usr/share/icons/hicolor
echo "Done"
}
post_upgrade() {
post_install
}
op=$1
shift
$op $*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment