summaryrefslogtreecommitdiff
path: root/chicago95
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-09-11 21:00:10 -0400
committerB Stack <bgstack15@gmail.com>2019-09-11 21:00:10 -0400
commit27efba8df07f49a256418703ec6bfb5fd06f75b2 (patch)
treea46b3e190909a06282a791afd5136a5b629af921 /chicago95
parentfix chicago95 version number (diff)
downloadstackrpms-27efba8df07f49a256418703ec6bfb5fd06f75b2.tar.gz
stackrpms-27efba8df07f49a256418703ec6bfb5fd06f75b2.tar.bz2
stackrpms-27efba8df07f49a256418703ec6bfb5fd06f75b2.zip
fix theme-plymouth.postinst
case typo in update-alternatives
Diffstat (limited to 'chicago95')
-rw-r--r--chicago95/debian/chicago95-theme-plymouth.postinst2
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
;;
*)
bgstack15