PKGBUILDs/extra/bittorrent/bittorrent.install
2009-10-09 21:23:22 -05:00

9 lines
237 B
Text

post_install() {
echo " The \"bittorrent\" packages no longer includes the GUI interface"
echo " due to not being updated for wx-2.8 after two years."
echo " Forward complaints upstream."
}
post_upgrade() {
post_install $1
}