blob: 5c72e44b1753cdbb8cacbbba9beaf2c9b144fe55 (
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."
}
|