core/mozilla-common/mozilla-common.install

5 lines
103 B
Plaintext
Raw Normal View History

post_install() {
echo "relogin or source /etc/profile.d/mozilla-common.sh"
}
# vim:set ts=2 sw=2 et: