From 27efba8df07f49a256418703ec6bfb5fd06f75b2 Mon Sep 17 00:00:00 2001 From: B Stack Date: Wed, 11 Sep 2019 21:00:10 -0400 Subject: fix theme-plymouth.postinst case typo in update-alternatives --- chicago95/debian/chicago95-theme-plymouth.postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chicago95') diff --git a/chicago95/debian/chicago95-theme-plymouth.postinst b/chicago95/debian/chicago95-theme-plymouth.postinst index 89f4ae8..43f31b1 100644 --- a/chicago95/debian/chicago95-theme-plymouth.postinst +++ b/chicago95/debian/chicago95-theme-plymouth.postinst @@ -4,7 +4,7 @@ set -e case "$1" in configure| abort-upgrade|abort-remove|abort-deconfigure) update-alternatives --install /usr/share/plymouth/themes/default.plymouth default.plymouth /usr/share/plymouth/themes/Chicago95/Chicago95.plymouth 80 - update-alternatives --install /usr/share/plymouth/themes/default.plymouth default.plymouth /usr/share/plymouth/themes/Retrotux/Retrotux.plymouth 70 + update-alternatives --install /usr/share/plymouth/themes/default.plymouth default.plymouth /usr/share/plymouth/themes/RetroTux/RetroTux.plymouth 70 ;; *) -- cgit