summarylogtreecommitdiffstats
path: root/chaiscript-git.install
blob: f95138e8c6fc1627fadebde24239e657318268a2 (plain)
1
2
3
4
5
6
7
post_install() {
    echo "samples and unittests can be found in /usr/share/chaiscript"
}

post_upgrade() {
    echo "samples and unittests can be found in /usr/share/chaiscript"
}