mirror of
https://gitdl.cn/https://github.com/chakralinux/lib32.git
synced 2025-02-19 13:25:37 +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
|
||
|
}
|