summarylogtreecommitdiffstats
path: root/mcrypt.install
blob: f1265dabd54ecace125c84a7a655d7d1b53b4823 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/bash

post_install() {
  echo '    ==> PHP extension
    A config file was (re)written to /etc/php/conf.d/mcrypt.ini.
    Extension is enabled. You may disable it there by commenting out the line.
    Restart PHP (or webserver) instances to use it.
    '
}

post_upgrade() {
  post_install $1
}