core/burg-themes/burg-themes.install

16 lines
297 B
Plaintext
Executable File

pre_instal(){
mv /boot/burg/burgenv /boot/burg/burgenv.pacsave
}
post_install() {
echo -e "\033[0;31m IMPORTANT"
echo -e "\033[0;0m Run \033[0;32m 'burg-mkconfig -o /boot/burg/burg.cfg' \033[0;0m as root for generating and/or updating burg.cfg"
}
post_upgrade() {
post_install
}