alarm-clockworkpi-uconsole/pkgs/light/light.install
2025-03-28 21:30:58 -04:00

9 lines
162 B
Text

post_install() {
echo '==> Make sure to add your user to the video group.'
}
post_upgrade() {
if [ "$(vercmp "$2" '1.2-3')" -lt 0 ]; then
post_install
fi
}