mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-05 15:47:15 +08:00
10 lines
211 B
Plaintext
10 lines
211 B
Plaintext
post_install() {
|
|
echo "sna and uxa acceleration methods are now supported"
|
|
echo "With sna set as default"
|
|
echo "Use the uxa method if you run into trouble with sna."
|
|
}
|
|
|
|
post_upgrade() {
|
|
post_install
|
|
}
|
|
|