linuxOS_AP05/debian/base-linaro/binary/var/lib/dpkg/info/cmake-data.prerm

8 lines
296 B
Plaintext
Raw Normal View History

2025-09-26 01:40:02 +00:00
#!/bin/sh
set -e
# Automatically added by dh_installemacsen/12
if [ -e /var/lib/emacsen-common/state/package/installed/emacsen-common -a -x /usr/lib/emacsen-common/emacs-package-remove ] ; then
/usr/lib/emacsen-common/emacs-package-remove --prerm cmake-data
fi
# End automatically added section