View Single Post
Old 03-13-2012, 08:48 PM   #8
ixtab
(offline)
ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.
 
ixtab's Avatar
 
Posts: 2,907
Karma: 6736092
Join Date: Dec 2011
Device: K3, K4, K5, KPW, KPW2
How about this?
Code:
mkdir /mnt/us/screensaver
test -d /opt/amazon/screen_saver/600x800_ || mv /opt/amazon/screen_saver/600x800 /opt/amazon/screen_saver/600x800_
ln -sf /mnt/us/screensaver /opt/amazon/screen_saver/600x800
This way, you can even run it again without fear of losing the original screensavers or screwing up the fs hierarchy

Last edited by ixtab; 03-13-2012 at 08:51 PM.
ixtab is offline   Reply With Quote