Move the rm_conffile calls to cmake.maintscript.
This commit is contained in:
parent
b53e877de7
commit
36fbe1dde9
1
debian/changelog
vendored
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
debian/cmake.maintscript
vendored
1
debian/cmake.maintscript
vendored
@ -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~
|
||||||
|
8
debian/cmake.postinst
vendored
8
debian/cmake.postinst
vendored
@ -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#
|
|
8
debian/cmake.postrm
vendored
8
debian/cmake.postrm
vendored
@ -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#
|
|
8
debian/cmake.preinst
vendored
8
debian/cmake.preinst
vendored
@ -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…
x
Reference in New Issue
Block a user