index : checker | |
Archlinux32 consistency checker | gitolite user |
summaryrefslogtreecommitdiff |
-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 |