Remove obsolete /etc/emacs/site-start.d/50cmake.el conffile.

It predates predates squeeze.
(Closes: #681625)
This commit is contained in:
Modestas Vainius 2012-08-04 10:40:42 +03:00
parent f75d520ccb
commit 4d01187680
4 changed files with 21 additions and 0 deletions

2
debian/changelog vendored
View File

@ -2,6 +2,8 @@ cmake (2.8.9~rc3-1) UNRELEASED; urgency=low
* New upstream release:
- fixes COMPONENT option. (Closes: #681428)
* Remove obsolete /etc/emacs/site-start.d/50cmake.el conffile (predates
squeeze). (Closes: #681625)
-- Modestas Vainius <modax@debian.org> Sat, 04 Aug 2012 10:26:34 +0300

View File

@ -14,4 +14,7 @@ then
ln -s "cmake-data" "$docdir"
fi
# 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 Executable file
View File

@ -0,0 +1,8 @@
#!/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 Executable file
View File

@ -0,0 +1,8 @@
#!/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#