Dear list, Is there a way to specify custom uninstall steps within a rockspec ?
Background: I have created a shared library (https://github.com/oberhofer/luacwrap/tree/develop) which provides a Lua and a C interface. Due to the dual nature of this library which - must be loadable by Lua via require() - and must be linkable to other C based modules the makefiles install target creates the necessary files and links in /usr/local/lib/ and /usr/local/lib/lua/5.1/ A corresponding uninstall target removes the files and links. As the next step I created a makefile based rockspeck for the project. Installation via the rockspec works, as it calls the makefile's install target. Removing the rock seems to succeed, but the makefile's uninstall target is never called. This behaviour is quite obvious as luarocks does not store the makefile for later use, but maybe there is another way to achieve a correct uninstall. Thanks, --kobi ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_sfd2d_oct _______________________________________________ Luarocks-developers mailing list Luarocks-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/luarocks-developers