blob: 21cac45fe20cda022c85391cb3ae3ba31b13b410 (
plain)
1
2
3
4
5
6
7
|
post_install() {
echo -e '\033[1;33mIn /etc/wine/appenv/thunder-mini can you set the wine container environment variables of this application.\033[0m'
}
post_upgrade() {
post_install
}
|