XFCE: fix cpugraph crash

This commit is contained in:
Daniel Ruiz de Alegría
2024-01-26 14:31:11 +01:00
parent 061ac614b6
commit 37667e0954
3 changed files with 31 additions and 13 deletions
+3 -1
View File
@@ -124,7 +124,6 @@ if [ "$1" = "configure" ]; then
fi
if dpkg --compare-versions "$2" lt "2023.1.3"; then
install_config_file /etc/xdg/alacritty/alacritty.yml force
install_config_file /etc/xdg/xfce4/panel/default.xml force
fi
if dpkg --compare-versions "$2" lt "2023.1.6"; then
install_config_file /etc/xdg/kcm-about-distrorc force
@@ -132,6 +131,9 @@ if [ "$1" = "configure" ]; then
if dpkg --compare-versions "$2" lt "2023.4.1"; then
install_config_file /etc/xdg/xfce4/whiskermenu/defaults.rc force
fi
if dpkg --compare-versions "$2" lt "2024.1.3"; then
install_config_file /etc/xdg/xfce4/panel/default.xml force
fi
# Install remaining new files
install_all
fi