Files
opennebula-alpine/opennebula/opennebula.post-deinstall
2022-07-10 23:39:29 +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