Surface Go no longer needs the manual action.

This commit is contained in:
Blaž Hrastnik 2020-01-08 11:48:08 +09:00
parent 24bbf8e028
commit 96d6e78d7e
2 changed files with 0 additions and 6 deletions

View file

@ -21,7 +21,6 @@ _package-firmware() {
}
_package-config() {
install=surface-config.install
pkgdesc="Surface config files"
cd ${srcdir}/${_srcname}/
cp -r root/etc "${pkgdir}/etc/"

View file

@ -1,5 +0,0 @@
# arg 1: the new package version
post_install() {
echo "Surface Go users: Enable power management for Surface Go touchscreen"
echo " sudo systemctl enable -q surfacego-touchscreen"
}