summarylogtreecommitdiffstats
path: root/mcrypt.install
blob: 9e5158bdc8a7775959e37b24ee2649298d7cb6e9 (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 stored under /etc/php72/conf.d/. In order to use this
    extension make sure to uncomment it from its config file. 
    '
}   
 
post_upgrade() {
  post_install $1
}