blob: 548f28da68fbb47430a3364e273f3ac5952c82e1 (
plain)
1
2
3
4
5
6
7
8
|
post_install() {
echo ':: Sample configuration file installed to /usr/share/doc/cpass/cpass.cfg'
echo ':: You can copy this to $HOME/.config/cpass/cpass.cfg and edit it'
}
post_upgrade() {
post_install
}
|