linux-surface/pkg/arch/surface/surface-config.install
2020-01-08 11:38:25 +09:00

6 lines
191 B
Plaintext

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