View Single Post
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#17
Originally Posted by ammyt View Post
You know I have started a thread about packaging debs, you better check it.
When you uninstall it, all files that we're installed will be removed. The post and pre files can also be constructed in the DEBIAN directory.
To chmod them:
Code:
root
chmod 755 /home/user/package/DEBIAN
chmod 755 /home/user/package/DEBIAN/*
pre and post files I need to put to the DEBIAN folder like control file ?
And what the structure of this files? Just like a simple script ?
Thanks