brain-config/debian/raspi-config.postinst
XECDesign 7aca4ec3b0
20191209 release (#103)
Add option to enable/disable screen blanking

Simplify source package
2019-12-10 13:09:49 +00:00

14 lines
281 B
Bash

#!/bin/sh
if [ -e /etc/init.d/switch_cpu_governor ]; then
update-rc.d switch_cpu_governor remove >/dev/null
fi
if dpkg --compare-versions "${2}" lt-nl "20170619"; then
update-rc.d -f raspi-config remove
fi
rmdir --ignore-fail-on-non-empty /etc/X11/xorg.conf.d/
#DEBHELPER#