View Single Post
Old 12-11-2012, 05:03 AM   #134
inthemood
Zealot
inthemood began at the beginning.
 
Posts: 130
Karma: 40
Join Date: May 2012
Location: Paris, France
Device: Kobo Aura 6", Kobo Forma 32G
Quote:
Originally Posted by math64 View Post
For example, Booxtor's script for update new pdf reader for i62HD:
Code:
#!/bin/sh
cp /media/flash/onyx_pdf_reader /opt/onyx/arm/bin/
you can change it to save the old file:
Code:
#!/bin/sh
mkdir  /media/flash/old/
cp /opt/onyx/arm/bin/onyx_pdf_reader  /media/flash/old/
cp /media/flash/onyx_pdf_reader /opt/onyx/arm/bin/
If you run it on firefly, pdf does not work.
Return saved version back:
Code:
#!/bin/sh
cp /media/flash/old/onyx_pdf_reader /opt/onyx/arm/bin/
Ok, thank you.
inthemood is offline   Reply With Quote