summarylogtreecommitdiffstats
path: root/open-sasc-ng.install
blob: f6f64645d11f793dcada88270e54453d1d89413e (plain)
1
2
3
4
5
6
7
8
9
10
post_install() {
	echo "Edit /etc/conf.d/sasc-ng and /etc/cardclient.conf before using!"
	depmod -a
}
post_upgrade() {
	depmod -a
}
post_remove() {
	depmod -a
}