Thread
:
how to create a directory as user inside /home/user using the debian package?
View Single Post
gionni88
2011-05-23 , 09:04
Posts: 435 | Thanked: 769 times | Joined on Apr 2010
#
7
Have you tried with #!/bin/sh instead of using bash?
Anyway, copying a file to MyDocs at install time is not safe, user may have MyDocs unmounted (usb mode etc). A proper way would be a file check in your app and an eventual copy/move.
Have you tried putting the file directly in MyDocs instead of shipping it to /opt and than moving it?
How do you create the package? Madde? Scratchbox? Manual dpkg?
Quote & Reply
|
gionni88
View Public Profile
Send a private message to gionni88
Find all posts by gionni88