blob: b5c401b2b7351ebd273c7b90e53d2ba255060c3f (
plain)
1
2
3
4
5
6
7
8
9
10
|
pre_install() {
cat <<EOM
If you noted that a font package was not installed after you got ttf-fonts-meta,
please report it to mailto:dev@lists.parabola.nu
EOM
}
pre_upgrade() {
pre_install
}
|