index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2021-05-14 08:11:15 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2021-05-14 08:11:15 +0200 |
commit | b5bdd786af79743dc11cb322f39cf6626c9b2f18 (patch) | |
tree | aee0054a0edb8a2f980c177a7e14c83da0213bff /community/lxsession/PKGBUILD | |
parent | b15f38a28775f02d01c4c0297200792b55e42a4e (diff) |
-rw-r--r-- | community/lxsession/PKGBUILD | 5 |
diff --git a/community/lxsession/PKGBUILD b/community/lxsession/PKGBUILD new file mode 100644 index 00000000..89363abe --- /dev/null +++ b/community/lxsession/PKGBUILD @@ -0,0 +1,5 @@ +# use polkit-duktape instead of polkit on i486 +if [ "$CARCH" = 'i486' ]; then + depends=(${depends[@]//polkit/}) + depends+=(polkit-duktape) +fi |