summarylogtreecommitdiffstats
path: root/.INSTALL
blob: a94ba0869bbc306bd20d3b990208f32b06b7f61d (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
    echo ""
    echo "config files in /etc/nps/conf has moved to /etc/nps"
    echo ""
}

post_upgrade() {
    echo ""
    echo "config files in /etc/nps/conf has moved to /etc/nps"
    echo ""
}