1 2 3 4 5 6 7
post_install() { ln -s /lib/libdl.so.2 /lib/libdl.so } post_remove() { rm /lib/libdl.so }