summarylogtreecommitdiffstats
path: root/.INSTALL
blob: dabda07c412f82e4a098d9cb415c07fba2828848 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
startdir=

post_install() {
    ${startdir}/install_web_iface_deps.pl
    echo ""
    echo ""
    echo "Please install the matrix package \
separately within swipl (run as root): pack_install(matrix)."
    echo ""
    echo "Start and enable swish-cplint.service"
}

pre_remove() {
    ${startdir}/remove_web_iface_deps.pl
}