apk build
opennebula-alpine/opennebula.post-deinstall

5 lines
179 B

3 years ago
#!/bin/sh
echo ">> You can uninstall the Ruby gems if no other packages require them."
echo ">> For example, 'gem uninstall sequel' would uninstall the 'sequel' Ruby gem."
exit 0