summarylogtreecommitdiffstats
path: root/php-xhprof.install
blob: 5afb6b2794b64670802536bc2399f7b06c60d0cd (plain)
1
2
3
4
5
6
7
8
9
10
11
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.
    '
}

# vim:set ts=2 sw=2 et: