[17:54] mhall119: Do you know how to pack a bash-script as a deb-package and make it work as this: the deb-package should run the script, not move it to /usr/bin as happening now [19:25] malin: you can make it a pre- or post-install hook for the deb package [19:25] but it won't be allowed in MyApps that way, you'll have to propose it for the Universe archive [19:26] malin: see http://wiki.debian.org/MaintainerScripts [19:26] Hi all! [19:27] malin: http://www.debian.org/doc/debian-policy/ch-maintainerscripts.html has more info on the same [19:27] hey PaoloRotolo [19:29] Hi mhall119! [20:30] mhall119: I think it could be for the Universe. The moust importent first is how to make it work :) _How do I make a pre- or post-install hook? [20:31] *the most important [20:33] this sucks. I think I need a step by step explanation on how exactly to do this.... [21:41] malin: you just put the scripts in your /debian/ directory, called preinst or postinst [23:07] ok. I put my script in the debian-directory and names it postinst or preinst ? :) [23:49] mhall119: thanx, that worked. The only problem now is: the script uses wget and dpkg dpkg and I can't get dpkg lock. Guess I have to put that dependency in a folder in the ppa or something :)