summaryrefslogtreecommitdiffstats
path: root/debian/libparted-fs-resize0.postinst
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 19:21:33 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 19:31:01 +0000
commitfb4c838c8e2900f5d746555b0c3893314543ebec (patch)
tree290b00ce792b7b8918c268ab454e10f6529bd282 /debian/libparted-fs-resize0.postinst
parentReleasing progress-linux version 3.6-3.1~progress7.99u1. (diff)
downloadparted-fb4c838c8e2900f5d746555b0c3893314543ebec.tar.xz
parted-fb4c838c8e2900f5d746555b0c3893314543ebec.zip
Merging debian version 3.6-4.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/libparted-fs-resize0.postinst')
-rw-r--r--debian/libparted-fs-resize0.postinst13
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/libparted-fs-resize0.postinst b/debian/libparted-fs-resize0.postinst
new file mode 100644
index 0000000..cc7ae3e
--- /dev/null
+++ b/debian/libparted-fs-resize0.postinst
@@ -0,0 +1,13 @@
+#!/bin/sh
+
+set -e
+
+# begin-remove-after: released:trixie
+if test "$1" = configure; then
+ for f in libparted-fs-resize.so.0 libparted-fs-resize.so.0.0.5; do
+ dpkg-divert --no-rename --package libparted-fs-resize0 --divert "/lib/#DEB_HOST_MULTIARCH#/$f.usr-is-merged" --remove "/lib/#DEB_HOST_MULTIARCH#/$f"
+ done
+fi
+# end-remove-after
+
+#DEBHELPER#