blob: 81664c55ee0f13053a77e0f55b7a2913dab83894 (
plain)
1
2
3
4
5
6
7
8
9
10
|
post_upgrade() {
/usr/bin/systemctl daemon-reload >/dev/null 2>&1
}
post_remove() {
/usr/bin/systemctl daemon-reload >/dev/null 2>&1
cat << EOF
Be sure to stop and disable all running caffeinated user services.
EOF
}
|