summarylogtreecommitdiffstats
path: root/dedsec-grub2-theme.install
diff options
context:
space:
mode:
authorwo2ni2022-01-04 22:40:43 +0800
committerwo2ni2022-01-04 22:40:43 +0800
commit0ea6571c045cef2dac7b2dce3067751e5ccdc713 (patch)
tree0cdc93143f87ae47f7418949bf07386b60197852 /dedsec-grub2-theme.install
parent18a7c887a51e877dd3774b58b561be654f3df4d1 (diff)
downloadaur-dedsec-grub2-theme.tar.gz
dedsec-grub2-theme
Diffstat (limited to 'dedsec-grub2-theme.install')
-rw-r--r--dedsec-grub2-theme.install5
1 files changed, 2 insertions, 3 deletions
diff --git a/dedsec-grub2-theme.install b/dedsec-grub2-theme.install
index 9635c7c7031c..b858522f01f4 100644
--- a/dedsec-grub2-theme.install
+++ b/dedsec-grub2-theme.install
@@ -4,16 +4,15 @@ post_install() {
echo -e 'You Grub themes install to PATH\033[1;35m /usr/share/grub/themes\033[0m'
echo -e 'Please configure manually you /etc/default/grub'
echo -e 'Add \033[1;35mGRUB_THEME="usr/share/grub/themes/dedsec-grub2-theme-XXXX/theme.txt"\033[0m'
- echo -e 'And do not forget execute \033[1;31mmgrub-mkconfig -o /boot/grub/grub.cfg\033[0m'
+ echo -e 'And do not forget execute \033[1;31mgrub-mkconfig -o /boot/grub/grub.cfg\033[0m'
echo -e '\033[1;36m==============================================================\033[0m'
}
post_remove() {
echo -e '\033[1;36m==============================================================\033[0m'
echo -e 'You uninstalled dedsec grub2 theme'
- #echo -e 'Please update manually \033[31mgrub.cfg\033[0m'
echo -e 'Please Revise\033[1;31m /etc/default/grub\033[0m'
echo -e 'Delete \033[31mGRUB_THEME="usr/share/grub/themes/dedsec-grub2-theme-XXXX/theme.txt"\033[0m'
- echo -e 'And execute \033[1;31mmgrub-mkconfig -o /boot/grub/grub.cfg\033[0m'
+ echo -e 'And execute \033[1;31mgrub-mkconfig -o /boot/grub/grub.cfg\033[0m'
echo -e '\033[1;36m==============================================================\033[0m'
}