From 2a4a1c4015a4cc48f1613b7fd360148378775445 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Alexandre=20Silva=20Delgado?= Date: Wed, 21 Aug 2013 17:48:40 -0300 Subject: rename unfree to nonfree --- db-check-nonfree | 2 +- yf/PKGBUILD | 2 +- yf/your-freedom.install | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/db-check-nonfree b/db-check-nonfree index ab6491d..ecad3b9 100755 --- a/db-check-nonfree +++ b/db-check-nonfree @@ -33,7 +33,7 @@ for repo in ${ARCHREPOS[@]}; do fi done if [ ${#cleanpkgs[@]} -ge 1 ]; then - msg2 "Unfree: ${cleanpkgs[@]}" + msg2 "Nonfree: ${cleanpkgs[@]}" arch_repo_remove "${repo}" "${pkgarch}" ${cleanpkgs[@]} fi done diff --git a/yf/PKGBUILD b/yf/PKGBUILD index cc6f07b..e737482 100644 --- a/yf/PKGBUILD +++ b/yf/PKGBUILD @@ -2,7 +2,7 @@ pkgname=your-freedom pkgver=$(LC_ALL=C date -u +%Y%m%d) pkgrel=1 -pkgdesc="This package conflicts with every unfree package known to date." +pkgdesc="This package conflicts with every nonfree package known to date." arch=('any') url="https://parabolagnulinux.org" license=('GPL') diff --git a/yf/your-freedom.install b/yf/your-freedom.install index 49ae045..731a575 100644 --- a/yf/your-freedom.install +++ b/yf/your-freedom.install @@ -3,18 +3,18 @@ pre_install() { cat <