mirror of
https://gitdl.cn/https://github.com/chakralinux/lib32.git
synced 2025-02-10 09:04:38 +08:00
15 lines
413 B
Plaintext
15 lines
413 B
Plaintext
whisperer(){
|
|
echo "----------------------------------------------------------------"
|
|
echo "!!!!!!!!!!!!!!!!!!!!!!!!! IMPORTANT !!!!!!!!!!!!!!!!!!!!!!!!!!!!"
|
|
echo "lib32-catalyst-utils works now with [lib32] repository"
|
|
echo "You _NEED_ to read this:"
|
|
echo "----------------------------------------------------------------"
|
|
}
|
|
|
|
post_install() {
|
|
whisperer
|
|
}
|
|
|
|
post_upgrade() {
|
|
whisperer
|
|
} |