Replace and rename raspi -> brain

This commit is contained in:
Takumi Sueda
2022-07-02 23:23:31 +09:00
parent 5e5f25b711
commit 30d4cad281
9 changed files with 17 additions and 934 deletions

11
debian/brain-config.postinst vendored Normal file
View File

@@ -0,0 +1,11 @@
#!/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 brain-config remove
fi
#DEBHELPER#