summarylogtreecommitdiffstats
path: root/xfstests-git.install
blob: 7f20ce83008482dbd4914ddf5cb0c95b5aaed520 (plain)
1
2
3
4
5
6
7
8
# vim:set ts=2 sw=2 et filetype=sh:

post_remove() {
    if [ -d /var/lib/xfstests-git ]; then
        echo "You may want to crean up your test result in /var/lib/xfstests-git"
    fi
}