diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2007-01-29 10:14:29 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2007-01-29 10:14:29 +0000 |
| commit | cec49cf8f48420d4e91f2d480cf281bd2d79e999 (patch) | |
| tree | 26a0b2f13d3c39b0da0fdcdd6f2fdbf06bdc636e /emulators/linux_base-f9/pkg-deinstall | |
| parent | 6a1c5fb9a79f259c9737a9bfa2ce5a164672585b (diff) | |
Notes
Diffstat (limited to 'emulators/linux_base-f9/pkg-deinstall')
| -rw-r--r-- | emulators/linux_base-f9/pkg-deinstall | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/emulators/linux_base-f9/pkg-deinstall b/emulators/linux_base-f9/pkg-deinstall deleted file mode 100644 index 176d678141fc..000000000000 --- a/emulators/linux_base-f9/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 |
