Xfce: Remove catfish shortcuts in thunar

This commit is contained in:
Daniel Ruiz de Alegría
2022-12-21 10:36:01 +01:00
parent a9c687efbb
commit 3d587f3aa1
3 changed files with 2 additions and 102 deletions
+2 -4
View File
@@ -82,10 +82,6 @@ if [ "$1" = "configure" ]; then
if dpkg --compare-versions "$2" lt "2021.1.1"; then
remove_config_file /etc/xdg/Trolltech.conf
fi
if dpkg --compare-versions "$2" lt "2021.2.3"; then
install_config_file /etc/xdg/Thunar/uca.xml force
install_config_file /etc/xdg/Thunar/accels.scm force
fi
if dpkg --compare-versions "$2" lt "2021.3.0"; then
install_config_file /etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml force
install_config_file /etc/xdg/qterminal.org/qterminal.ini force
@@ -119,6 +115,8 @@ if [ "$1" = "configure" ]; then
fi
if dpkg --compare-versions "$2" lt "2023.1.0"; 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/panel/default.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