Skip to content
Snippets Groups Projects
Commit dc13af0a authored by Mads M. Pedersen's avatar Mads M. Pedersen
Browse files

Merge branch 'winecleanup' into 'master'

remove existing wine dir before configuring

Closes #1

See merge request !1
parents e0e25880 7b4f370e
No related branches found
No related tags found
1 merge request!1remove existing wine dir before configuring
......@@ -2,6 +2,9 @@
function wine_init_config () {
echo "-------- remove/clean-up existing wine configuration: $WINEDIRNAME"
rm -rf $WINEDIRNAME
echo "-------- initialize winecfg"
# execute winecfg to trigger init configuration, might fail to complete
# on Jess since winefix has not been executed
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment