blob: 61f8d73846ed96e2f1c10364ae814021019861a5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
post_install() {
echo
echo 'Please note:'
echo 'You have to call the League Of Legends executable with the command'
echo '"/opt/wine-lol/bin/wine" instead of just "wine".'
echo 'This allows you to have an up-to-date wine-staging installed in'
echo 'parallel to this "special LoL wine build"'
echo
}
post_upgrade() {
post_install
}
|