Fix postrm
authorAndreas Tille <tille@debian.org>
Thu, 22 Jun 2023 07:52:33 +0000 (09:52 +0200)
committerAndreas Tille <tille@debian.org>
Thu, 22 Jun 2023 07:52:33 +0000 (09:52 +0200)
debian/changelog
debian/dcmtk.postrm

index 07333eebdbff570485e01621bec286b439aa2d76..b63726cd18b2e32dd54195cb79abd20f1a2815c8 100644 (file)
@@ -1,3 +1,11 @@
+dcmtk (3.6.7-9) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Fix postrm
+    Closes: #1038776
+
+ -- Andreas Tille <tille@debian.org>  Thu, 22 Jun 2023 09:51:59 +0200
+
 dcmtk (3.6.7-8) unstable; urgency=medium
 
   * d/patches: Fix CVE-2022-43272. Closes: #1027165
index 98e717c99b515abc8a9022381c022077a29445e1..b8efc7e458d918dc573f8ba4799363fd4858a33b 100644 (file)
@@ -15,7 +15,7 @@ if [ "$1" = "purge" ] ; then
    fi
 
    if [ -d /var/lib/dcmtk/db/STORESCP ]; then
-      rm -f /var/lib/dcmtk/db/STORESCP
+      rm -rf /var/lib/dcmtk/db/STORESCP
    fi
 fi