mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-01-24 02:22:15 +08:00
08895fc72d
This reverts commit 57618a09cf
.
13 lines
286 B
Plaintext
Executable File
13 lines
286 B
Plaintext
Executable File
post_install() {
|
|
|
|
echo -e "\033[0;31m IMPORTANT"
|
|
echo -e "\033[0;0m Run \033[0;32m '/opt/burg-emu/bin/burg-emu' \033[0;0m as root to set burg look"
|
|
echo -e "\033[0;0m In burg-emu press \033[0;32m 'h' \033[0;0m for a list of shortcuts"
|
|
}
|
|
|
|
|
|
post_upgrade() {
|
|
post_install
|
|
}
|
|
|