Move the rm_conffile calls to cmake.maintscript.

ci/unstable
Felix Geyer 10 years ago
parent b53e877de7
commit 36fbe1dde9

1
debian/changelog vendored

@ -4,6 +4,7 @@ cmake (2.8.12.2-2) UNRELEASED; urgency=medium
- Add search_for_python3.4.diff - Add search_for_python3.4.diff
* Don't create docs symlinks from arch-dep to arch-indep packages. * Don't create docs symlinks from arch-dep to arch-indep packages.
(Closes: #760823) (Closes: #760823)
* Move the rm_conffile calls to cmake.maintscript.
-- Felix Geyer <fgeyer@debian.org> Sun, 31 Aug 2014 21:27:28 +0200 -- Felix Geyer <fgeyer@debian.org> Sun, 31 Aug 2014 21:27:28 +0200

@ -1 +1,2 @@
symlink_to_dir /usr/share/doc/cmake /usr/share/doc/cmake-data 2.8.12.2-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~

@ -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#

@ -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#

@ -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#
Loading…
Cancel
Save