lib32/lib32-catalyst-utils/lib32-catalyst-utils.install

15 lines
413 B
Plaintext
Raw Normal View History

2011-01-16 02:52:42 +08:00
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
}