]> git.sesse.net Git - itkacl/blobdiff - python-itkacl-2.0/debian/python-itkacl.preinst
Add a Python module.
[itkacl] / python-itkacl-2.0 / debian / python-itkacl.preinst
diff --git a/python-itkacl-2.0/debian/python-itkacl.preinst b/python-itkacl-2.0/debian/python-itkacl.preinst
new file mode 100644 (file)
index 0000000..2141916
--- /dev/null
@@ -0,0 +1,14 @@
+#! /bin/sh
+
+set -e
+
+# This was added by stdeb to workaround Debian #479852. In a nutshell,
+# pycentral does not remove normally remove its symlinks on an
+# upgrade. Since we're using python-support, however, those symlinks
+# will be broken. This tells python-central to clean up any symlinks.
+if [ -e /var/lib/dpkg/info/python-itkacl.list ] && which pycentral >/dev/null 2>&1
+then
+    pycentral pkgremove python-itkacl
+fi
+
+#DEBHELPER#