summarylogtreecommitdiffstats
path: root/rescached-git.install
blob: e546834c82265498af332a47694e332b6bcd23b8 (plain)
1
2
3
4
5
6
post_upgrade() {
	## Remove old config
	[[ -f /etc/rescached/rescached.cfg ]] && rm -f /etc/rescached/rescached.cfg
	## Remove old cache
	[[ -f /var/cache/rescached/rescached.vos ]] && rm -f /var/cache/rescached/rescached.vos
}