9 lines
159 B
Plaintext
9 lines
159 B
Plaintext
|
#!/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#
|