Hi Thanks, it's work.. but I have a little problem.. I created postinst file with this stuff for automatic backup: Code: #!/bin/sh ... cp -r /usr/share/themes/base/meegotouch/meegotouchhome/style/meegotouchhome.css /home/user/MyDocs/.N9QTBackup/YesLand" ... but something wrong here.. Maybe some command of copy or I don't know.. but with this file I can install my .deb I get "Installation corrupted" or something... But when I check this folders, I see it's yes copied some files... Any idea ?
#!/bin/sh ... cp -r /usr/share/themes/base/meegotouch/meegotouchhome/style/meegotouchhome.css /home/user/MyDocs/.N9QTBackup/YesLand" ...