blob: 36d7085345a74186932aa6ed38b454d574ac3329 (
plain)
1
2
3
4
5
6
7
8
9
10
|
post_install(){
post_upgrade
}
post_upgrade(){
echo -e "\e[93mWarning:\e[0m"
echo -e "\e[93mClash.Meta is now replaced by mihomo. This package now only provide symlink to mihomo to keep compatibility.\e[0m"
echo -e "\e[93mWe recommend all users to remove this package and install mihomo-bin instead.\e[0m"
}
|