summaryrefslogtreecommitdiff
path: root/community/sxiv/sxiv.install
blob: 410e17b448101eb47f8051506551f207b62b230e (plain)
1
2
3
4
5
6
7
8
9
10
post_install () {
  	echo "* Look into config.h to customize sxiv to your needs."
  	echo "  Use 'makepkg --skipinteg' to rebuild the package after changing config.h."
	echo "* Create the directory ~/.sxiv/ to enable thumbnail caching."
  	echo "  See sxiv(1) for more information."
}

post_upgrade () {
  	post_install ${1}
}