index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | extra/rtkit/PKGBUILD | 4 |
diff --git a/extra/rtkit/PKGBUILD b/extra/rtkit/PKGBUILD deleted file mode 100644 index ef2a1f66..00000000 --- a/extra/rtkit/PKGBUILD +++ /dev/null @@ -1,4 +0,0 @@ -# polkit is not available on i486 -if [ "$CARCH" = 'i486' ]; then - depends=(${depends[@]//polkit/}) -fi |