summarylogtreecommitdiffstats
path: root/grml-rescueboot.install
blob: 18e51f13d58286515f3ca8357e8671c1b73dd4eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
post_install() {
	echo "------------------------------------------------------------"
	echo "> Place your favourite grml iso image(s) in /boot/grml/    <"
	echo "> To have them added to grub automatically, run            <"
	echo ">   grub-mkconfig -o /boot/grub/grub.cfg                   <"
	echo "------------------------------------------------------------"
}

post_upgrade() {
	post_install
}

post_remove() {
	echo "------------------------------------------------------------"
	echo "> You may want to remove your grml images in /boot/grml/   <"
	echo "> and regenerate your grub config by running               <"
	echo ">   grub-mkconfig -o /boot/grub/grub.cfg                   <"
	echo "------------------------------------------------------------"
}