瀏覽代碼

Surface Go no longer needs the manual action.

Blaž Hrastnik 5 年之前
父節點
當前提交
96d6e78d7e
共有 2 個文件被更改,包括 0 次插入6 次删除
  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"
-}