aboutsummaryrefslogtreecommitdiffstats
path: root/thinkfan.install
blob: b5f06e88069d0be2445827ce1586df2388e57b75 (plain)
1
2
3
4
5
6
7
8
post_install() {
	echo "Please configure thinkfan in: /etc/thinkfan.conf"
	echo "Have a look at the examples in: /usr/share/doc/thinkfan/examples for details."
}

post_upgrade() {
	post_install
}