blob: 922550fea15a8759c8b1d61678cf6f69d9040a57 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
post_install() {
echo
echo
echo ----------------------------------------------------------------------------------------------------------------
echo 'Please do not forget to enable and start systemd services "systemctl enable --now tuxclockerd-dbus tuxclockerd"'
echo ----------------------------------------------------------------------------------------------------------------
echo
echo
}
post_upgrade() {
echo
echo
echo ----------------------------------------------------------------------------------------------------------------
echo 'Please do not forget to enable and start systemd services "systemctl enable --now tuxclockerd-dbus tuxclockerd"'
echo ----------------------------------------------------------------------------------------------------------------
echo
echo
}
|