9 lines
175 B
Plaintext
9 lines
175 B
Plaintext
post_install() {
|
|
echo "==> Sample config: /usr/share/doc/mpop/mpoprc.example"
|
|
echo "==> Copy it to your home folder as ~/.mpoprc."
|
|
}
|
|
|
|
post_upgrade() {
|
|
post_install $1
|
|
}
|