lib32/lib32-catalyst-utils/lib32-catalyst-utils.install
2011-01-15 18:52:42 +00:00

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
}