summarylogtreecommitdiffstats
path: root/qiandao-git.install
blob: 3c786a4d98ab1916e97037f81707ce6e9c9bc923 (plain)
1
2
3
4
5
6
7
8
9
## arg 1:  the new package version
## arg 2:  the old package version

post_install() {
    cat << EOF
    NOTE: Make sure the SQLite database path is /var/lib/qiandao/database.db.
EOF
}