Files
opennebula-alpine/opennebula.post-deinstall
santic-zombie 2b9bed2e98 Init commit
2022-07-03 11:40:01 +03:00

5 lines
179 B
Bash

#!/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