diff options
Diffstat (limited to 'chicago95')
-rw-r--r-- | chicago95/debian/chicago95-theme-plymouth.postinst | 2 |
1 files changed, 1 insertions, 1 deletions
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 ;; *) |