summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/splashy/splashy.install
blob: 4b1eaba0fd6b5af792be07d7fe48516ebb08fe19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pkgname=splashy

post_install() {
  cat << _EOF 

==> You'll probably want to see the page on the wiki
==> to do final configuration and install of splashy:
==> http://wiki.archlinux.org/index.php/Splashy

_EOF
}

post_upgrade() {
  post_install $1
}