summarylogtreecommitdiffstats
path: root/x48ng-git.install
blob: c2a2ab812e0299c2b6e87df3395e7204b3f0538f (plain)
1
2
3
4
5
6
7
8
9
post_install() {
  cat <<EOF
To make use of X48ng you will need a HP-48 ROM.
To initialize it, run as user :
  /usr/share/x48ng/setup-x48ng-home.sh

If xorg-mkfontscale and/or xorg-fonts-misc were just installed as dependencies, you need to logout and login back before running x48ng or setup.
EOF
}