Installation updates and scripts

This commit is contained in:
2022-11-20 20:47:27 -06:00
parent e74a77387f
commit 0cee9eac39
118 changed files with 366 additions and 3975 deletions

12
ShadowArch.install Normal file
View File

@@ -0,0 +1,12 @@
post_upgrade() {
if usr/bin/pacman-key -l >/dev/null 2>&1; then
usr/bin/pacman-key --populate aninix
usr/bin/pacman-key --updatedb
fi
}
post_install() {
if [ -x usr/bin/pacman-key ]; then
post_upgrade
fi
}