summarylogtreecommitdiffstats
path: root/php-legacy-memcache.install
blob: e3695af8c034235fea41969a1549db97dbe13f45 (plain)
1
2
3
4
5
6
7
8
9
10
post_install() {
  echo '
    ==> PHP Legacy extension

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

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