[debian-edu-commits] debian-edu/ 01/04: Remove now useless *.preinst
David Prévot
taffit at moszumanska.debian.org
Sat Oct 4 18:13:54 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository debian-edu-doc.
commit 33972ea1874dd53fc2f22ef721fb124e46243e9c
Author: David Prévot <taffit at debian.org>
Date: Sat Feb 9 17:51:02 2013 -0400
Remove now useless *.preinst
They were only useful to handle the Squeeze → Wheezy upgrade.
---
debian/debian-edu-doc-es.preinst | 12 ------------
debian/debian-edu-doc-fr.preinst | 12 ------------
debian/debian-edu-doc-it.preinst | 12 ------------
3 files changed, 36 deletions(-)
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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/debian-edu-doc.git
More information about the debian-edu-commits
mailing list