summarylogtreecommitdiffstats
path: root/splashy-full.install
blob: 98d01886185b78384079f07b50e64f22092e164c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pkgname=splashy

post_install() {
  cat << _EOF 

==> To check out the Wiki see:
==> http://wiki.archlinux.org/index.php/Splashy

_EOF
}

pre_upgrade() {
  echo ""
  echo "automake1.10 dependence not needed any more, you can remove it ==> pacman -Rscn automake1.10"
}