index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2023-03-17 09:11:50 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2023-03-17 09:11:50 +0100 |
commit | 58ef2209af13804cf60f34fad6cd4527491007b4 (patch) | |
tree | 0f15ff06514f3385a42dae96f94149553c73e01d /core/sysprof | |
parent | f9b3662ee079345aa784001545b8b6386e0096e8 (diff) |
-rw-r--r-- | core/sysprof/PKGBUILD | 5 |
diff --git a/core/sysprof/PKGBUILD b/core/sysprof/PKGBUILD deleted file mode 100644 index 89363abe..00000000 --- a/core/sysprof/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 |