summarylogtreecommitdiffstats
path: root/x48ng-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'x48ng-git.install')
-rw-r--r--x48ng-git.install13
1 files changed, 4 insertions, 9 deletions
diff --git a/x48ng-git.install b/x48ng-git.install
index 15082ccd2181..412f5cbbf577 100644
--- a/x48ng-git.install
+++ b/x48ng-git.install
@@ -8,18 +8,13 @@ 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
+ x48ng -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
+ 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.
-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
+If fonts isn't installed, you need to logout and login back before launching x48ng.
EOF
}
-
-post_upgrade() {
- post_install
-}