repo.or.cz
/
pkg-lisaac.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Imported Debian patch 0.13.1-3
[pkg-lisaac.git]
/
debian
/
lisaac-mode.emacsen-remove
blob
8af76be26e8e87dc24b7cde6bbc68510d3d90629
1
#!/bin/sh -e
2
# /usr/lib/emacsen-common/packages/remove/lisaac-mode
3
FLAVOR
=
$1
4
PACKAGE
=
lisaac-mode
5
if
[
${FLAVOR}
!=
emacs
];
then
6
echo
remove
/
${PACKAGE}
:
purging byte-compiled files
for
${FLAVOR}
7
rm
-rf
/
usr
/
shar
e
/
${FLAVOR}
/
site-lisp
/
${PACKAGE}
8
fi
9
exit
0