summaryrefslogtreecommitdiff
path: root/omnibus/package-scripts/angrychef/postrm
diff options
context:
space:
mode:
Diffstat (limited to 'omnibus/package-scripts/angrychef/postrm')
-rwxr-xr-xomnibus/package-scripts/angrychef/postrm2
1 files changed, 1 insertions, 1 deletions
diff --git a/omnibus/package-scripts/angrychef/postrm b/omnibus/package-scripts/angrychef/postrm
index a153da7102..0963b1d901 100755
--- a/omnibus/package-scripts/angrychef/postrm
+++ b/omnibus/package-scripts/angrychef/postrm
@@ -45,6 +45,6 @@ if [ ! -f /etc/redhat-release -a ! -f /etc/fedora-release -a ! -f /etc/system-re
# not a redhat-ish RPM-based system
cleanup_symlinks
elif [ "x$1" = "x0" ]; then
- # RPM-based system and we're deinstalling rather than upgrading
+ # RPM-based system and we're uninstalling rather than upgrading
cleanup_symlinks
fi