Update whiskermenu settings for version 2.8.0

This commit is contained in:
Daniel Ruiz de Alegría
2023-09-19 16:45:57 +02:00
parent bc62a784d4
commit 6b2a1cca88
2 changed files with 6 additions and 3 deletions
+3 -1
View File
@@ -119,7 +119,6 @@ if [ "$1" = "configure" ]; then
install_config_file /etc/xdg/menus/xfce-settings-manager.menu force
install_config_file /etc/xdg/Thunar/accels.scm force
install_config_file /etc/xdg/Thunar/uca.xml force
install_config_file /etc/xdg/xfce4/whiskermenu/defaults.rc force
install_config_file /etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml force
fi
if dpkg --compare-versions "$2" lt "2023.1.3"; then
@@ -129,6 +128,9 @@ if [ "$1" = "configure" ]; then
if dpkg --compare-versions "$2" lt "2023.1.6"; then
install_config_file /etc/xdg/kcm-about-distrorc force
fi
if dpkg --compare-versions "$2" lt "2023.4.1"; then
install_config_file /etc/xdg/xfce4/whiskermenu/defaults.rc force
fi
# Install remaining new files
install_all
fi