View Single Post
Posts: 1,548 | Thanked: 7,510 times | Joined on Apr 2010 @ Czech Republic
#813
Originally Posted by JonWW View Post
We've all done it, nothing to be ashamed of.

More to the point, what was in the file and how did it get there?
Now I think I know how it got there:
Code:
# migrate options.bin
if [ -w  /opt/modrana/data/options.bin ];then
  echo "migrating options.bin"
  mv /opt/modrana/data/options.bin /home/user/.modrana
fi
(excerpt from the postinst script)

Notice how there is no / after .modrana ?

Well, still better than the bumblebee disaster.

I'll release a version with updated postinst shortly (and add a fix that fixes all those .modrana files).
__________________
modRana: a flexible GPS navigation system
Mieru: a flexible manga and comic book reader
Universal Components - a solution for native looking yet component set independent QML appliactions (QtQuick Controls 2 & Silica supported as backends)

Last edited by MartinK; 2011-08-03 at 12:29.
 

The Following 5 Users Say Thank You to MartinK For This Useful Post: