updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / boot-update / boot-update.install
blob0ff9feeb1aae4ccdc169fb46158d04cd37f9638d
1 post_install() {
2         if [ ! -e /etc/boot.conf ] && [ -e /usr/share/doc/boot-update/boot.conf.example ]
3         then
4                 cp -R /usr/share/doc/boot-update/boot.conf.example /etc/boot.conf
5         fi
8 post_upgrade() {
9         post_install