updated on Wed Jan 18 16:10:53 UTC 2012
[aur-mirror.git] / dbg / dbg.install
blob8ba56cd25cbf89c1e11d3f72a11903f9133c6be0
1 ## arg 1:  the new package version
2 post_install() {
3   # do something here
4   echo "Please read /usr/share/DBG/INSTALL for post install configuration of php.ini"
7 ## arg 1:  the old package version
8 pre_remove() {
9   # do something here
10   echo "Please read /usr/share/DBG/INSTALL to back out install-time configuration of php.ini"
11   cat /usr/share/DBG/INSTALL
13 # vim:set ts=2 sw=2 et: