From owner-cvs-all@FreeBSD.ORG Sat Nov 5 17:39:24 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBD6B16A41F; Sat, 5 Nov 2005 17:39:24 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41B6A43D48; Sat, 5 Nov 2005 17:39:24 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jA5HdOwf004791; Sat, 5 Nov 2005 17:39:24 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jA5HdOsi004790; Sat, 5 Nov 2005 17:39:24 GMT (envelope-from netchild) Message-Id: <200511051739.jA5HdOsi004790@repoman.freebsd.org> From: Alexander Leidinger Date: Sat, 5 Nov 2005 17:39:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/emulators/linux_base-8 Makefile pkg-deinstall pkg-install pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Nov 2005 17:39:25 -0000 netchild 2005-11-05 17:39:24 UTC FreeBSD ports repository Modified files: emulators/linux_base-8 Makefile pkg-install pkg-plist Added files: emulators/linux_base-8 pkg-deinstall Log: When installed as a package, some (empty) directories are missing. This commit tries to solve this by adding some @exec calls into the plist. Add a pkg-deinstall script with appropriate content which was previously in pkg-install (ouch). [1] PR: 82625 [1] Submitted by: Boris B. Samorodov Revision Changes Path 1.109 +1 -1 ports/emulators/linux_base-8/Makefile 1.1 +17 -0 ports/emulators/linux_base-8/pkg-deinstall (new) 1.6 +0 -10 ports/emulators/linux_base-8/pkg-install 1.2 +44 -0 ports/emulators/linux_base-8/pkg-plist