diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2010-12-04 09:10:24 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2010-12-04 09:10:24 +0000 |
| commit | 058f99bb6be204f053b06d0ad32951709df6109f (patch) | |
| tree | d55abf725c2c1bef9c08f04fa131ff3b081ef61a /emulators/linux_base-c6/pkg-deinstall | |
| parent | ddf00fcd5395624bf1ee4fb0f5ac3b1eac59bb23 (diff) | |
This commit was manufactured by cvs2svn to create tag 'RELEASE_6_EOL'.6-eol
Diffstat (limited to 'emulators/linux_base-c6/pkg-deinstall')
| -rw-r--r-- | emulators/linux_base-c6/pkg-deinstall | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/emulators/linux_base-c6/pkg-deinstall b/emulators/linux_base-c6/pkg-deinstall deleted file mode 100644 index 176d678141fc..000000000000 --- a/emulators/linux_base-c6/pkg-deinstall +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/sh -# a deinstallation script for linux_base - -case "$2" in -DEINSTALL) - if [ -n "`mount | grep ^linproc`" ] || \ - [ -d /compat/linux/proc ]; then - echo "" - echo "You may need to do by hand:" - echo " o unmount linprocfs if mounted" - echo " o delete ${PKG_PREFIX}/proc if present" - echo " o remove/comment linprocfs from /etc/fstab if present" - echo "" - fi - ;; -esac - -exit 0 |
