summarylogtreecommitdiffstats
path: root/x48ng.install
diff options
context:
space:
mode:
authorMatMoul2023-05-02 22:16:53 +0200
committerMatMoul2023-05-02 22:16:53 +0200
commit4eb9c86628ffdd4788c7285bd762bcf452d0f1c7 (patch)
treedcc78bcb6444e32683bb6dbbfb4ce48d8e148b01 /x48ng.install
downloadaur-4eb9c86628ffdd4788c7285bd762bcf452d0f1c7.tar.gz
Version 0.9.10-1
Diffstat (limited to 'x48ng.install')
-rw-r--r--x48ng.install25
1 files changed, 25 insertions, 0 deletions
diff --git a/x48ng.install b/x48ng.install
new file mode 100644
index 000000000000..15082ccd2181
--- /dev/null
+++ b/x48ng.install
@@ -0,0 +1,25 @@
+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
+ x48ng -smallFont fixed -mediumFont fixed -largeFont fixed -connFont fixed -rom /usr/share/x48ng/ROMs/gxrom-r -initialize
+or
+ x48ng -smallFont fixed -mediumFont fixed -largeFont fixed -connFont fixed -rom /usr/share/x48ng/ROMs/sxrom-j -initialize
+to have X48 place the ROM for the desired emulator in \$HOME/.hp48
+for subsequent use.
+
+On ArchLinux with KDE (Not test with other DE), You need to use this cmd line to start x48ng
+ x48ng -smallFont fixed -mediumFont fixed -largeFont fixed -connFont fixed
+
+EOF
+}
+
+post_upgrade() {
+ post_install
+}