post_install() {
	printf "%s\n%s\n%s\n" \
		"==> rawdog files are located in /usr/share/rawdog" \
		" -> copy config and styles.css to ~/.rawdog" \
		" -> move styles.css if you change the html output location in config"
}

post_upgrade() {
	post_install $1
}
