summarylogtreecommitdiffstats
path: root/mkinitcpio-uname.install
blob: 7a625bbe7ac1a056d2be6fd4f5b0d09eb04b82ca (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

post_install() {
	echo " > Now add 'uname' to your HOOKS array in /etc/mkinitcpio.conf"
	echo " > and rebuild initial ramdisk."
}

post_remove() {
	sed -i "/^HOOKS=/s/uname//" /etc/mkinitcpio.conf
}