1 2 3 4 5 6 7 8 9 10
#!/bin/sh post_install() { echo " > Please read documentation in /usr/share/doc/ykfde/ or" echo " > online: https://github.com/eworm-de/mkinitcpio-ykfde/#usage" } post_remove() { echo " > Please remove 'ykfde' from your HOOKS array in /etc/mkinitcpio.conf." }