¡@

Home 

python Programming Glossary: fake_package

How to build debian package with CPack to execute setup.py?

http://stackoverflow.com/questions/7249440/how-to-build-debian-package-with-cpack-to-execute-setup-py

script for fake_python_app set e cd usr share pyshared fake_package sudo python setup.py install prerm # bin sh # prerm script #.. by . setup.py install sudo rm rf usr share pyshared fake_package sudo rm usr local bin fake_python_app If you noticed script.. you noticed script postinst enters at usr share pyshared fake_package and executes the setup.py that is laying there to install the..