summarylogtreecommitdiffstats
path: root/xplor-nih.install
blob: 65a9551d21011854b382860d17cdce5110e93ad2 (plain)
1
2
3
4
5
6
7
8
9
10
post_install() {
    echo 'Running post-install / post-upgrade configuration'
    pkgver=${1%-*}
    cd /opt/xplor-nih-${pkgver}
    ./configure
}

post_upgrade() {
    post_install $@
}