summaryrefslogtreecommitdiff
path: root/config/chroot_local-hooks/wine-unstable-hotfix
blob: 09f271381d9c3ea6aeb3c70ac706b393c2413e8d (plain)
1
2
3
4
5
#!/bin/sh
if  [ -x /usr/bin/wine-unstable -a ! -x /usr/bin/wine ]; then
    printf '#!/bin/sh\nwine-unstable "$@"\n' > /usr/bin/wine
    chmod +x /usr/bin/wine
fi