mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 07:37:14 +08:00
08895fc72d
This reverts commit 57618a09cf
.
16 lines
297 B
Plaintext
Executable File
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
|
|
}
|
|
|
|
|