From 36fbe1dde9f943bc88bbd29b7a84c5b04b367272 Mon Sep 17 00:00:00 2001 From: Felix Geyer Date: Mon, 8 Sep 2014 19:14:07 +0200 Subject: [PATCH] Move the rm_conffile calls to cmake.maintscript. --- debian/changelog | 1 + debian/cmake.maintscript | 1 + debian/cmake.postinst | 8 -------- debian/cmake.postrm | 8 -------- debian/cmake.preinst | 8 -------- 5 files changed, 2 insertions(+), 24 deletions(-) delete mode 100644 debian/cmake.postinst delete mode 100755 debian/cmake.postrm delete mode 100755 debian/cmake.preinst diff --git a/debian/changelog b/debian/changelog index 5a90a9bb5..530a35417 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ cmake (2.8.12.2-2) UNRELEASED; urgency=medium - Add search_for_python3.4.diff * Don't create docs symlinks from arch-dep to arch-indep packages. (Closes: #760823) + * Move the rm_conffile calls to cmake.maintscript. -- Felix Geyer Sun, 31 Aug 2014 21:27:28 +0200 diff --git a/debian/cmake.maintscript b/debian/cmake.maintscript index eed061553..0afca56bc 100644 --- a/debian/cmake.maintscript +++ b/debian/cmake.maintscript @@ -1 +1,2 @@ symlink_to_dir /usr/share/doc/cmake /usr/share/doc/cmake-data 2.8.12.2-2~ +rm_conffile /etc/emacs/site-start.d/50cmake.el 2.8.9~rc3-1~ diff --git a/debian/cmake.postinst b/debian/cmake.postinst deleted file mode 100644 index c2619c333..000000000 --- a/debian/cmake.postinst +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh - -set -e - -# Remove obsolete 50cmake.el -dpkg-maintscript-helper rm_conffile /etc/emacs/site-start.d/50cmake.el 2.8.9~rc3-1~ cmake -- "$@" - -#DEBHELPER# diff --git a/debian/cmake.postrm b/debian/cmake.postrm deleted file mode 100755 index c2619c333..000000000 --- a/debian/cmake.postrm +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh - -set -e - -# Remove obsolete 50cmake.el -dpkg-maintscript-helper rm_conffile /etc/emacs/site-start.d/50cmake.el 2.8.9~rc3-1~ cmake -- "$@" - -#DEBHELPER# diff --git a/debian/cmake.preinst b/debian/cmake.preinst deleted file mode 100755 index c2619c333..000000000 --- a/debian/cmake.preinst +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh - -set -e - -# Remove obsolete 50cmake.el -dpkg-maintscript-helper rm_conffile /etc/emacs/site-start.d/50cmake.el 2.8.9~rc3-1~ cmake -- "$@" - -#DEBHELPER#