I came across a problem when trying to remove an RPM using `rpm -e` which caused this following error to come up.
# rpm -e PACKAGE find: ....... No such file or directory error: %preun(PACKAGE) scriptlet failed, exit status 1
To fix this, I added `—noscripts` to the end of the line and it removed without a problem.