summarylogtreecommitdiffstats
path: root/thinkpad-em05-g-fcc-unlock.install
blob: 983b78c7738a7fcb2ba593dcc4d0929a61cc6674 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
post_install() {
	systemctl daemon-reload
	if systemctl is-active --quiet ModemManager.service; then
		systemctl restart ModemManager.service
	fi
}

post_upgrade() {
	systemctl daemon-reload
	if systemctl is-active --quiet ModemManager.service; then
		systemctl restart ModemManager.service
	fi
}