blob: a111d3ea3b52a4f4b65cede0c144d3c214fd6684 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
post_install() {
cat <<EOF
To make use of X48ng you will need a HP-48 ROM.
To initialize it, run this script as user :
/usr/share/x48ng/setup-x48ng-home.sh
Or use the native way :
x48ng -rom /usr/share/x48ng/ROMs/gxrom-r -initialize
x48ng -rom /usr/share/x48ng/ROMs/sxrom-j -initialize
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
}
|