summarylogtreecommitdiffstats
path: root/update-notifier.install
blob: 8766c99d8019dae30f15220472eb5c569d8114f2 (plain)
1
2
3
4
5
6
7
8
post_install()
{
	echo 'Now run "systemctl --user enable update-notifier.timer"'
}
pre_remove()
{
	systemctl --global disable update-notifier.timer &> /dev/null
}