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 Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git]
/
fbsplash-theme-natural-arch
/
fbsplash-theme.install
blob
f2faf147ddb8b2da6cf11dedbb34e42a80e80698
1
post_install() {
2
cat <<-EOT
3
>>> To enable, add 'natural-arch' to '/etc/conf.d/fbsplash' file
4
>>> and update your initcpio, if you want fbsplash to start early:
5
>>>
6
>>> sudo /sbin/mkinitcpio -p kernel26-\${KERNEL_EXTENSION}
7
EOT
8
}
9
10
post_upgrade() {
11
post_install
12
}