db-move: moved xdg-desktop-portal-gnome from [testing] to [extra] (x86_64)
[arch-packages.git] / xfce4-xkb-plugin / repos / extra-x86_64 / xfce4-xkb-plugin.install
bloba8dbb2c7f9a81f8fad8e34107b5f0cb6f6400f21
1 post_upgrade() {
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.'
6     echo
7     echo '   You will need to reconfigure the keyboard layouts on your next login.'
8   fi
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.'
15     echo
16     echo '   You need to re-add the xkb plugin to your panel and reconfigure it.'
17   fi
20 # vim:set ts=2 sw=2 et: