summarylogtreecommitdiffstats
path: root/libthinkpad.install
blob: 76022ecb580d7ba28957d9b3f38c87f5a2ff4277 (plain)
1
2
3
4
5
6
7
post_install() {
	echo ""
    echo "You need to enable acpid"
    echo "Run: systemctl enable acpid"
    echo ""
}