You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
post_install() {
|
|
sed -i \
|
|
-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
|
|
} |