Jelajahi Sumber

Surface Go no longer needs the manual action.

Blaž Hrastnik 5 tahun lalu
induk
melakukan
96d6e78d7e
2 mengubah file dengan 0 tambahan dan 6 penghapusan
  1. 0 1
      pkg/arch/surface/PKGBUILD
  2. 0 5
      pkg/arch/surface/surface-config.install

+ 0 - 1
pkg/arch/surface/PKGBUILD

@@ -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/"

+ 0 - 5
pkg/arch/surface/surface-config.install

@@ -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"
-}