index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2023-03-17 09:12:57 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2023-03-17 09:12:57 +0100 |
commit | 30de804aa14955527934a7bda3a75d72dbbc8637 (patch) | |
tree | 72caf27b21a6fe6a0187feee01969ffb9a70eb42 /extra | |
parent | 5ebe7fc070ed8902b463f86c1935d5e7bc7ff00b (diff) |
-rw-r--r-- | extra/udisks2/PKGBUILD | 5 |
diff --git a/extra/udisks2/PKGBUILD b/extra/udisks2/PKGBUILD deleted file mode 100644 index 89363abe..00000000 --- a/extra/udisks2/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 |