[debian-edu-commits] [SCM] Debian package debian-edu-doc branch, jessie, updated. 1.4_20120925_6.0.6-33-gc6cd5a3

David Prévot taffit at debian.org
Mon Feb 11 19:04:24 UTC 2013


The following commit has been merged in the jessie branch:
commit c6cd5a349d2a0a9c47d63596b929a87b790f50a5
Author: David Prévot <taffit at debian.org>
Date:   Sat Feb 9 17:51:02 2013 -0400

    Remove now useless *.preinst

diff --git a/debian/changelog b/debian/changelog
index 5839694..9d234fe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+debian-edu-doc (1.4~20121218~6.0.6+r4) UNRELEASED; urgency=low
+
+  * Remove now useless *.preinst (handling on Squeeze → Wheezy upgrade).
+
+ -- David Prévot <taffit at debian.org>  Mon, 11 Feb 2013 14:55:01 -0400
+
 debian-edu-doc (1.4~20121218~6.0.6+r3) UNRELEASED; urgency=low
 
   * README: document that the latest po4a version must be used.
diff --git a/debian/debian-edu-doc-es.preinst b/debian/debian-edu-doc-es.preinst
deleted file mode 100644
index bb17a7f..0000000
--- a/debian/debian-edu-doc-es.preinst
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-set -e
-
-# Delete symlink that will be replaced by a directory
-docdir="/usr/share/doc/debian-edu-doc-es/images"
-if [ -L $docdir ]; then
-    rm $docdir 2>/dev/null
-fi
-
-#DEBHELPER#
-
-exit 0
diff --git a/debian/debian-edu-doc-fr.preinst b/debian/debian-edu-doc-fr.preinst
deleted file mode 100644
index 7e76c81..0000000
--- a/debian/debian-edu-doc-fr.preinst
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-set -e
-
-# Delete symlink that will be replaced by a directory
-docdir="/usr/share/doc/debian-edu-doc-fr/images"
-if [ -L $docdir ]; then
-    rm $docdir 2>/dev/null
-fi
-
-#DEBHELPER#
-
-exit 0
diff --git a/debian/debian-edu-doc-it.preinst b/debian/debian-edu-doc-it.preinst
deleted file mode 100644
index e9713b7..0000000
--- a/debian/debian-edu-doc-it.preinst
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-set -e
-
-# Delete symlink that will be replaced by a directory
-docdir="/usr/share/doc/debian-edu-doc-it/images"
-if [ -L $docdir ]; then
-    rm $docdir 2>/dev/null
-fi
-
-#DEBHELPER#
-
-exit 0

-- 
Debian package debian-edu-doc



More information about the debian-edu-commits mailing list