repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Mon Jan 16 16:00:41 UTC 2012
[aur-mirror.git]
/
boot-update
/
boot-update.install
blob
0ff9feeb1aae4ccdc169fb46158d04cd37f9638d
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
6
}
7
8
post_upgrade() {
9
post_install
10
}