post_install() {
	bash -lc "gtk-update-icon-cache"
  bash -lc "fc-cache -fv"
	echo "==>> syncopated-theme installed"
}


post_upgrade() {
	/bin/true
}

post_remove() {
	/bin/true
}

op=$1
shift
$op $*
