diff --git a/.local/bin/pkglister b/.local/bin/pkglister index fee1b019..cfbe3682 100755 --- a/.local/bin/pkglister +++ b/.local/bin/pkglister @@ -3,7 +3,7 @@ ## Create lists of system- and TeX Live packages. ## Variables -PKG_ROOT="$HOME/.pkglists" +PKG_ROOT="$HOME/.package-lists" mkdir -p "$PKG_ROOT" ## Arch Linux diff --git a/.pkglists/arch-aur b/.package-lists/arch-aur similarity index 100% rename from .pkglists/arch-aur rename to .package-lists/arch-aur diff --git a/.pkglists/arch-noob b/.package-lists/arch-noob similarity index 100% rename from .pkglists/arch-noob rename to .package-lists/arch-noob diff --git a/.pkglists/arch-official b/.package-lists/arch-official similarity index 100% rename from .pkglists/arch-official rename to .package-lists/arch-official diff --git a/.pkglists/guix b/.package-lists/guix similarity index 100% rename from .pkglists/guix rename to .package-lists/guix diff --git a/.pkglists/texlive b/.package-lists/texlive similarity index 100% rename from .pkglists/texlive rename to .package-lists/texlive