2 if (($(vercmp $2 0.7.1-2) < 0)); then
3 echo ':: Keyboard layouts are now configured through xfce4-keyboard-settings'
4 echo ' and managed by xfsettingsd. This plugin now only acts as a layout'
5 echo ' indicator and manages per window/application layout preferences.'
7 echo ' You will need to reconfigure the keyboard layouts on your next login.'
10 if (($(vercmp $2 0.8.0-1) < 0)); then
11 echo ':: Starting with version 0.8.0, xfce4-xkb-plugin stores its settings'
12 echo ' in Xfconf instead of a configuration file. Settings from previous'
13 echo ' versions are not migrated over, and the panel plugin itself might'
14 echo ' disappear upon restarting the panel.'
16 echo ' You need to re-add the xkb plugin to your panel and reconfigure it.'
20 # vim:set ts=2 sw=2 et: