[otb] 01/01: delete unused post{inst,rm} files

Andreas Tille tille at debian.org
Thu Jul 10 09:25:12 UTC 2014


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository otb.

commit e5a81b1bbbd7797b48445dd2e854cb0d418f6e75
Author: Andreas Tille <tille at debian.org>
Date:   Thu Jul 10 11:25:04 2014 +0200

    delete unused post{inst,rm} files
---
 debian/changelog       |  3 ++-
 debian/libotb.postinst | 13 -------------
 debian/libotb.postrm   | 12 ------------
 3 files changed, 2 insertions(+), 26 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index bcd6e15..c549d21 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-otb (4.0.0-1) UNRELEASED; urgency=medium
+otb (4.0.0-2) UNRELEASED; urgency=medium
 
   * Initial upload by Debian GIS team
   * Add Debian GIS team as maintainer
@@ -8,6 +8,7 @@ otb (4.0.0-1) UNRELEASED; urgency=medium
   * add watch file
   * DEP5 compatible copyright file
   * debian/control: There is no point to have the package in contrib
+  * delete unused post{inst,rm} files
 
  -- Andreas Tille <tille at debian.org>  Thu, 10 Jul 2014 10:07:30 +0200
 
diff --git a/debian/libotb.postinst b/debian/libotb.postinst
deleted file mode 100644
index 84ed744..0000000
--- a/debian/libotb.postinst
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-set -e
-
-LDCONFIG_FILE=/etc/ld.so.conf.d/otb.conf
-
-if [ "$1" = "configure" ] ; then
-    cat > "$LDCONFIG_FILE" <<EOF
-# Orfeo Toolbox related search paths
-/usr/lib/otb
-EOF
-fi
-
-#DEBHELPER#
diff --git a/debian/libotb.postrm b/debian/libotb.postrm
deleted file mode 100644
index ef2a8a3..0000000
--- a/debian/libotb.postrm
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-set -e
-
-LDCONFIG_FILE=/etc/ld.so.conf.d/otb.conf
-
-if [ "$1" = "remove" ] ; then
-    if [ -f "$LDCONFIG_FILE" ] ; then
-        rm -f "$LDCONFIG_FILE"
-    fi
-fi
-
-#DEBHELPER#

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/otb.git



More information about the Pkg-grass-devel mailing list