blob: b704ca567fe02561c8ad450332ab7d38403b08d3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
post_install() {
echo "Notice: Since limnoria now only supports python3, "
echo "Original executive supybot3 in limnoria-python3(-git)"
echo "has been replaced by supybot."
}
post_upgrade() {
echo "Notice: Since limnoria now only supports python3, "
echo " Original executive supybot3 in limnoria-python3(-git)"
echo " has been replaced by supybot, same goes for other executives."
}
|