From efce5b6bd5c9d4f8214a71e0f7a7c35751710a4c Mon Sep 17 00:00:00 2001 From: chai Date: Mon, 8 Nov 2021 01:17:11 +0800 Subject: + tolua + lpeg --- ThirdParty/toluapp/debian/emacsen-remove.ex | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 ThirdParty/toluapp/debian/emacsen-remove.ex (limited to 'ThirdParty/toluapp/debian/emacsen-remove.ex') diff --git a/ThirdParty/toluapp/debian/emacsen-remove.ex b/ThirdParty/toluapp/debian/emacsen-remove.ex new file mode 100644 index 0000000..7dbfb6a --- /dev/null +++ b/ThirdParty/toluapp/debian/emacsen-remove.ex @@ -0,0 +1,15 @@ +#!/bin/sh -e +# /usr/lib/emacsen-common/packages/remove/tolua++ + +FLAVOR=$1 +PACKAGE=tolua++ + +if [ ${FLAVOR} != emacs ]; then + if test -x /usr/sbin/install-info-altdir; then + echo remove/${PACKAGE}: removing Info links for ${FLAVOR} + install-info-altdir --quiet --remove --dirname=${FLAVOR} /usr/info/tolua++.info.gz + fi + + echo remove/${PACKAGE}: purging byte-compiled files for ${FLAVOR} + rm -rf /usr/share/${FLAVOR}/site-lisp/${PACKAGE} +fi -- cgit v1.1-26-g67d0