Hello,
I am looking for some advise in creating rpm package using bdist_rpm.
I have managed to create post_install part using information
http://stackoverflow.com/questions/1321270/how-to-extend-distutils-with-a-simple-post-install-script
Now i would like to add some code to %postun part of spec file to revert
changes done by my post_install command.
Is there a way to add it in setup.py or do i have to manually edit spec
file?

-- 
Michał Klich

[email protected]
[email protected]
http://www.michalklich.com
_______________________________________________
Distutils-SIG maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to