post_install() {
	/bin/true
	cd /usr/X11R6/lib/X11/fonts
	/usr/X11R6/bin/fc-cache
}

post_upgrade() {
	/bin/true
}

pre_remove() {
	/bin/true
}

post_remove() {
	/bin/true
}

op=$1
shift

$op $*
