View Single Post
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#99
Please can someone help me.. I don't know what happens, but now when I create .deb file with postinst and postrm, I can't install them Before today it's worked perfectly with the same files... When I remove them I can install my .deb's..
What wrong I don't know...
I want to share a new version and I can't
This is my files:
postinst:
Code:
#!/bin/sh

cp -f /home/user/N9QTweak/Nokia_N9_QuickTweak_script_v2.7.pdf /home/user/MyDocs/Documents
postrm:
Code:
#!/bin/sh

rm /home/user/MyDocs/Documents/Nokia_N9_QuickTweak_script_v2.7.pdf