arch-ppa/src/rootmp-hook/rootmp-hook.install

10 lines
180 B
Plaintext
Raw Permalink Normal View History

2018-02-06 22:58:58 -05:00
post_install()
{
echo "To use this hook add rootmp in mkinitcio hooks"
}
post_remove()
{
echo "remember to remove rootmp from your mkinitcpio hooks array if you added it"
}