summarylogtreecommitdiffstats
path: root/rootmp-hook.install
blob: 622e6544540d7d8561f00cd5f00cca52fc6c6d40 (plain)
1
2
3
4
5
6
7
8
9
post_install() 
{
  echo "To use this hook add hooks copytoram or overlay"
}

post_remove() 
{
  echo "remember to remove copytoram or overlay from your mkinitcpio hooks array if you added it"
}