diff --git a/SPECS/nfs-utils.spec b/SPECS/nfs-utils.spec
index 04d3e5d..51a888b 100644
--- a/SPECS/nfs-utils.spec
+++ b/SPECS/nfs-utils.spec
@@ -2,7 +2,7 @@ Summary: NFS utilities and supporting clients and daemons for the kernel NFS ser
 Name: nfs-utils
 URL: http://linux-nfs.org/
 Version: 2.3.3
-Release: 35%{?dist}
+Release: 36%{?dist}
 Epoch: 1
 
 # group all 32bit related archs
@@ -270,8 +270,6 @@ if [ $1 -eq 0 ]; then
 	%systemd_preun nfs-client.target
 	%systemd_preun nfs-server.server
 
-    rm -rf /var/lib/nfs/statd
-    rm -rf /var/lib/nfs/v4recovery
 fi
 
 %postun
@@ -280,6 +278,11 @@ fi
 
 /bin/systemctl --system daemon-reload >/dev/null 2>&1 || :
 
+if [ $1 -eq 0 ] ; then
+    rm -rf /var/lib/nfs/statd
+    rm -rf /var/lib/nfs/v4recovery
+fi
+
 %triggerin -- nfs-utils > 1:2.1.1-3
 /bin/systemctl try-restart gssproxy || :
 
@@ -347,6 +350,9 @@ fi
 %{_libdir}/libnfsidmap.so
 
 %changelog
+* Fri Oct  9 2020 Alice Mitchell <ajmitchell@redhat.com> 2.3.3-36
+- Fix uninstall warnings (bz 1733170)
+
 * Wed Jun 10 2020 Steve Dickson <steved@redhat.com> 2.3.3-35
 - Fix dependency problems with nfsdclnts (bz 1841502)