blob: 7aa53b3eba40733451f9dcc0a0ab41b043987cb4 (
plain)
1
2
3
4
5
6
|
# Pre- and post-install scriptlet to be packaged.
post_install() {
echo "For periodic execution of pacautomation enable the included systemd "
echo "timer: systemctl enable --now pacautomation.timer"
}
|