summarylogtreecommitdiffstats
path: root/x48ng.install
diff options
context:
space:
mode:
authorMatMoul2023-05-20 16:43:57 +0200
committerMatMoul2023-05-20 16:43:57 +0200
commit1ab4b5e589edb79002a7b43e200671680430c93b (patch)
tree703c7e97d98dd974c1472c49017681eeea24e0b2 /x48ng.install
parentb8bc0110b097f5d5214a5d79d7b97637b38503f6 (diff)
downloadaur-1ab4b5e589edb79002a7b43e200671680430c93b.tar.gz
Version 0.12.0-1
Diffstat (limited to 'x48ng.install')
-rw-r--r--x48ng.install17
1 files changed, 5 insertions, 12 deletions
diff --git a/x48ng.install b/x48ng.install
index 412f5cbbf577..a111d3ea3b52 100644
--- a/x48ng.install
+++ b/x48ng.install
@@ -1,20 +1,13 @@
post_install() {
cat <<EOF
-
-To make use of X48 you will need a HP-48 ROM.
-
-In 2000 Hewlett-Packard released the 48SX/GX ROMS to the
-public. The roms for the hp48sx and the hp48gx are included in
-this package.
-
-The first the time program is run, as user, use either
+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
-or
x48ng -rom /usr/share/x48ng/ROMs/sxrom-j -initialize
-to have X48 place the ROM for the desired emulator in \$HOME/.x48ng
-for subsequent use.
-If fonts isn't installed, you need to logout and login back before launching x48ng.
+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
}