Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F94062353
emacsen-remove.ex
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Tue, Dec 3, 14:44
Size
471 B
Mime Type
text/x-shellscript
Expires
Thu, Dec 5, 14:44 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22728550
Attached To
R6621 SBCP High-Level Driver
emacsen-remove.ex
View Options
#!/bin/sh -e
# /usr/lib/emacsen-common/packages/remove/libsbcp
FLAVOR=$1
PACKAGE=libsbcp
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/share/info/libsbcp.info.gz
fi
echo remove/${PACKAGE}: purging byte-compiled files for ${FLAVOR}
rm -rf /usr/share/${FLAVOR}/site-lisp/${PACKAGE}
fi
Event Timeline
Log In to Comment