summarylogtreecommitdiffstats
path: root/firmware-manager.install
blob: 4ab191dae39fdd83db2b36518cd59d8d80d3735b (plain)
1
2
3
4
5
6
7
post_install() {
	systemctl --user enable com.system76.FirmwareManager.Notify.timer
}

post_remove() {
	systemctl --user disable com.system76.FirmwareManager.Notify.timer
}