summaryrefslogtreecommitdiff
path: root/profiles/targets/base/profile.bashrc
blob: 0e89bf41d922eb0e0914abbe3ad3be120608ee8b (plain)
1
2
3
4
5
6
7
post_pkg_postinst() {
	updatedb
}

post_pkg_postrm() {
	updatedb
}