blob: 25ab05ff4afc3033be32f9c816ec37085bdf3005 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
post_install() {
cat <<-EndOfMessage
>>> If you want dvdvav support, check here:
>>> http://smplayer.berlios.de/forums/viewtopic.php?pid=4124
EndOfMessage
/bin/true
}
post_upgrade() {
post_install
}
|