Skip to content

Commit

Permalink
Update clean and remove unneeded patch
Browse files Browse the repository at this point in the history
  • Loading branch information
alucryd committed Jul 27, 2016
1 parent 4c9c509 commit 265f929
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 56 deletions.
4 changes: 2 additions & 2 deletions clean
@@ -1,8 +1,8 @@
#!/bin/sh

for repo in community multilib packages pantheon personal unsupported; do
for repo in community extra multilib pantheon personal unsupported; do
# Clean old packages
if [[ $repo != community && $repo != packages ]]; then
if [[ $repo != community && $repo != extra ]]; then
for pkg in $(ls $repo); do
if [[ ! -f $repo/$pkg/PKGBUILD ]]; then
rm -rf $repo/$pkg
Expand Down
54 changes: 0 additions & 54 deletions unsupported/rpcs3-git/rpcs3-system-libs.patch

This file was deleted.

0 comments on commit 265f929

Please sign in to comment.