blob: b504cfac2e1f6fe6090340ef28839025d43f1f24 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
hints() {
echo "--------------------------------------------------------------------------------"
echo "Run 'systemctl --user enable cu-notify.service' to autostart cu-notify."
echo "--------------------------------------------------------------------------------"
}
post_install() {
hints
}
post_upgrade() {
hints
}
|