summarylogtreecommitdiffstats
path: root/mcrypt.install
blob: b22b615811cb0b415ab179519aeb5dfe09c7a220 (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/php82/conf.d/
    In order to use this extension make sure to uncomment it from its config file
    "
}

post_upgrade() {
  post_install $1
}