From b98887e1a4f044e13ba15a09486f615672ba472a Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 19 Sep 2024 15:23:25 +0200 Subject: can read package list from the AUR, also checking if missing pacakges have been dropped to the AUR --- bin/setup | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'bin/setup') diff --git a/bin/setup b/bin/setup index 150e168..fcb8c87 100755 --- a/bin/setup +++ b/bin/setup @@ -41,4 +41,11 @@ else echo "data directory exists" fi +if test ! -d "${aur_state_dir}"; then + echo "no AUR state information directory exists.. creating it.." + mkdir "${aur_state_dir}" +else + echo "AUR state information directory exists." +fi + # TODO: AUR directory -- cgit v1.2.3-70-g09d2