Commit d3cf595986ce0cee9e6f12282d6b7289a2ce7181
1 parent
d983184f3a
Exists in
master
Change wize.rb to apply config on install
Showing 1 changed file with 3 additions and 0 deletions Side-by-side Diff
wize.rb
| ... | ... | @@ -148,6 +148,9 @@ |
| 148 | 148 | Dir.chdir($zimConfigDir) |
| 149 | 149 | system("rm -f style.conf") |
| 150 | 150 | system("ln -s #{$zimShareDir}/style.conf style.conf") |
| 151 | + | |
| 152 | + # Now apply wize theme | |
| 153 | + applyConfig("wize") | |
| 151 | 154 | end |
| 152 | 155 | |
| 153 | 156 | # Create style-name.conf according to common-name/zim-variables.css |