blob: 1e9d7a37cdf233883dca9ecb7331035378206679 (
plain)
1
2
3
4
5
6
|
post_install() {
echo Copy\ the\ wrapper\ disk\ at\ /usr/share/qemu-3dfx\ to\ your\ home\ dir\ and\ run\ qemu-3dfx-system-i386!
}
post_upgrade() {
echo Remember\ to\ change\ the\ wrapper\ disk!
}
|