summarylogtreecommitdiffstats
path: root/mkinitcpio-ykfde.install
blob: c6e7faf6f8f62e0db1158c044d6acc177c5f63a0 (plain)
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."
}