index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2023-03-17 09:11:33 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2023-03-17 09:11:33 +0100 |
commit | f9b3662ee079345aa784001545b8b6386e0096e8 (patch) | |
tree | 3d121ca3a2eab0369ec36a6363824819191d8db3 /community/polkit-gnome/PKGBUILD | |
parent | ae2fb1b661f4ee0589b56a055ec70ca86c142c06 (diff) |
-rw-r--r-- | community/polkit-gnome/PKGBUILD | 5 |
diff --git a/community/polkit-gnome/PKGBUILD b/community/polkit-gnome/PKGBUILD deleted file mode 100644 index 89363abe..00000000 --- a/community/polkit-gnome/PKGBUILD +++ /dev/null @@ -1,5 +0,0 @@ -# use polkit-duktape instead of polkit on i486 -if [ "$CARCH" = 'i486' ]; then - depends=(${depends[@]//polkit/}) - depends+=(polkit-duktape) -fi |