diff options
Diffstat (limited to 'usr.sbin/pkg_install/add/perform.c')
-rw-r--r-- | usr.sbin/pkg_install/add/perform.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/usr.sbin/pkg_install/add/perform.c b/usr.sbin/pkg_install/add/perform.c index 58cf603..dcb0f9e 100644 --- a/usr.sbin/pkg_install/add/perform.c +++ b/usr.sbin/pkg_install/add/perform.c @@ -1,5 +1,5 @@ #ifndef lint -static const char *rcsid = "$Id$"; +static const char *rcsid = "$Id: perform.c,v 1.41 1997/02/22 16:09:20 peter Exp $"; #endif /* @@ -458,11 +458,6 @@ cleanup(int signo) { if (signo) printf("Signal %d received, cleaning up..\n", signo); - if (Plist.head) { - if (!Fake) - delete_package(FALSE, FALSE, &Plist); - free_plist(&Plist); - } if (!Fake && LogDir[0]) vsystem("%s -rf %s", REMOVE_CMD, LogDir); leave_playpen(Home); |