summaryrefslogtreecommitdiff
path: root/pcr/ttf-fonts-meta/ttf-fonts-meta.install
diff options
context:
space:
mode:
authorDavid P <megver83@openmailbox.org>2017-07-23 17:36:17 -0400
committerDavid P <megver83@openmailbox.org>2017-07-23 17:36:17 -0400
commit42fce0b99355947229184b0a2bd6ae0b929c8f41 (patch)
treec519de4239fa0d197d9a72ab8b8491b1e7f339cd /pcr/ttf-fonts-meta/ttf-fonts-meta.install
parent9601eab67058faa8653532c3bdadaf11543f047f (diff)
downloadabslibre-42fce0b99355947229184b0a2bd6ae0b929c8f41.tar.gz
abslibre-42fce0b99355947229184b0a2bd6ae0b929c8f41.tar.bz2
abslibre-42fce0b99355947229184b0a2bd6ae0b929c8f41.zip
Updated ttf-fonts-meta
Diffstat (limited to 'pcr/ttf-fonts-meta/ttf-fonts-meta.install')
-rw-r--r--pcr/ttf-fonts-meta/ttf-fonts-meta.install12
1 files changed, 9 insertions, 3 deletions
diff --git a/pcr/ttf-fonts-meta/ttf-fonts-meta.install b/pcr/ttf-fonts-meta/ttf-fonts-meta.install
index 2853ee444..b5c401b2b 100644
--- a/pcr/ttf-fonts-meta/ttf-fonts-meta.install
+++ b/pcr/ttf-fonts-meta/ttf-fonts-meta.install
@@ -1,4 +1,10 @@
-post_install() {
- echo " If you noted that a font package was not installed after you got ttf-fonts-meta,"
- echo " please report it to mailto:dev@lists.parabola.nu with Cc: to mailto:megver83@parabola.nu"
+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
+}