post_install() {
		if which update-initramfs >/dev/null 2>&1
		then
		    update-initramfs -u
		fi
		if which grub-mkconfig >/dev/null 2>&1;	then
		    grub-mkconfig -o /boot/grub/grub.cfg
		fi
}
