Problem/Motivation
Enable and disable is used for modules in hook_help instead of install and uninstall.
Steps to reproduce
I used this to find .module files to check.find core -not -path "*/tests/*" -iname \*\.module -print0 | xargs -0 grep -iE "enabl|disabl" | awk -F: '{print $1}' | sort -u | nl
Proposed resolution
Convert enable/disable to install/uninstall in hook_help(0 functions.
Remaining tasks
Review
Commit