index : checker | |
Archlinux32 consistency checker | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2024-09-19 15:23:25 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2024-09-19 15:23:25 +0200 |
commit | b98887e1a4f044e13ba15a09486f615672ba472a (patch) | |
tree | bbbf1a94b9150a48068988b7b72d41dc71a94d3b /bin/setup | |
parent | c8f372b24fef9c52e93c85f90df59ec2a1511b4a (diff) |
-rwxr-xr-x | bin/setup | 7 |
@@ -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 |