summarylogtreecommitdiffstats
path: root/php-trader.install
blob: 7fbf11feb269b32340630e9925654dcd459c44fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
post_install() {
	echo '
		==> PHP extension

		A config file was stored under /etc/php/conf.d/. In order to use this
		extension make sure to uncomment it from its config file.
'
}

post_upgrade() {
	post_install $1
}

# vim:set ts=4 sw=4: