9 lines
159 B
Bash
Executable File
9 lines
159 B
Bash
Executable File
#!/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#
|