summarylogtreecommitdiffstats
path: root/wl-plant.install
blob: e36197fef545eda2201b8ee7ae8fea8ed751c4f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install() {
	cat <<- EOF
    =======================+========================
    To configure plant you need to edit config.h 
    And rerun the pkgbuild using ``makepkg -scif``
    =======================+========================
	EOF
}

post_upgrade() {
	post_install $1
}