diff --git a/community/msttcorefonts-installer/APKBUILD b/community/msttcorefonts-installer/APKBUILD
index 7dc68b916531abeee343744b3cee4697a2f2aeb9..e239129a7799b101d7e7c0ca5e03db8af39dd596 100644
--- a/community/msttcorefonts-installer/APKBUILD
+++ b/community/msttcorefonts-installer/APKBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Leonardo Arena <rnalrd@alpinelinux.org>
 pkgname=msttcorefonts-installer
 pkgver=3.8.1
-pkgrel=0
+pkgrel=1
 pkgdesc="Installer for Microsoft TrueType core fonts"
 url="https://packages.debian.org/sid/ttf-mscorefonts-installer"
 arch="noarch"
diff --git a/community/msttcorefonts-installer/msttcorefonts-installer.post-install b/community/msttcorefonts-installer/msttcorefonts-installer.post-install
index 36c7e0d0a00c196bacabfa8c065f816f6c4f5503..2c4a6b6af19a2acc20c70b353f52132c3b3a1a33 100755
--- a/community/msttcorefonts-installer/msttcorefonts-installer.post-install
+++ b/community/msttcorefonts-installer/msttcorefonts-installer.post-install
@@ -1,5 +1,8 @@
 #!/bin/sh
-echo "*" >&2
-echo -e "* With root permissions run \"update-ms-fonts\" and once completed" >&2
-echo -e "* run \"fc-cache -f\" in order to update the font cache" >&2
-echo -e "*" >&2
+
+cat >&2 <<EOF
+*
+* With root permissions run "update-ms-fonts" and once completed
+* run "fc-cache -f" in order to update the font cache
+*
+EOF