summarylogtreecommitdiffstats
path: root/mcrypt.install
blob: e4c2d96d65d63a8d37cf87ed207ecb6bb5f0ab44 (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/php74/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
}