added tromjaro-iio-sensor-proxy.install for iio-sensor-proxy

This commit is contained in:
davedatum
2019-11-18 21:00:32 +00:00
parent 4723b61e83
commit d61018ff87
5 changed files with 24 additions and 7 deletions

@ -0,0 +1,9 @@
post_install() {
sed \
-e '/^\(MOZ_USE_XINPUT2 DEFAULT=\).*/{s//\1'1'/;:a;n;ba;q}' \
-e '$aMOZ_USE_XINPUT2 DEFAULT=1' /etc/security/pam_env.conf
}
post_upgrade() {
post_install
}