From e5a3d322196c566ae4423166e415cf09e4ec2c2f Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Tue, 26 Jun 2018 10:19:27 +0200 Subject: [PATCH] Rename .pkglists -> .package-lists --- .local/bin/pkglister | 2 +- {.pkglists => .package-lists}/arch-aur | 0 {.pkglists => .package-lists}/arch-noob | 0 {.pkglists => .package-lists}/arch-official | 0 {.pkglists => .package-lists}/guix | 0 {.pkglists => .package-lists}/texlive | 0 6 files changed, 1 insertion(+), 1 deletion(-) rename {.pkglists => .package-lists}/arch-aur (100%) rename {.pkglists => .package-lists}/arch-noob (100%) rename {.pkglists => .package-lists}/arch-official (100%) rename {.pkglists => .package-lists}/guix (100%) rename {.pkglists => .package-lists}/texlive (100%) 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