summarylogtreecommitdiffstats
path: root/xqwizard.install
blob: f1e1a2860b38aeb4d86ba4590cbfa4b0eb4a060f (plain)
1
2
3
4
5
6
7
post_install() {
  echo -e '\033[1;33mIn /etc/wine/appenv/xqwizard can you set the wine container environment variables of this application.\033[0m'
}

post_upgrade() {
    post_install
}