diff options
-rw-r--r-- | hello_cangjie_eur.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hello_cangjie_eur.spec b/hello_cangjie_eur.spec index 189dd62..3522782 100644 --- a/hello_cangjie_eur.spec +++ b/hello_cangjie_eur.spec @@ -100,7 +100,7 @@ fi %postun if [ $1 == 0 ] ; then - rm -f /usr/local/lib64/%{name}/ + rm -rf /usr/local/lib64/%{name}/ rm -f /etc/ld.so.conf.d/%{name}.conf 2>/dev/null ||: /usr/sbin/ldconfig fi |