diff options
author | Will Andrews <will@FreeBSD.org> | 2001-02-15 16:00:28 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-02-15 16:00:28 +0000 |
commit | 39bfe2bff587c2e671ef685cf1519733478b4f10 (patch) | |
tree | 1bad84d7f37882b8bae79dd69342d1b5ae06ccaa /misc/227upgrade/pkg-install | |
parent | 0bbbf2886a413607c26e164f4a0a0e4ef5a2a3e0 (diff) |
Notes
Diffstat (limited to 'misc/227upgrade/pkg-install')
-rw-r--r-- | misc/227upgrade/pkg-install | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/misc/227upgrade/pkg-install b/misc/227upgrade/pkg-install deleted file mode 100644 index 8ed8de67d62f..000000000000 --- a/misc/227upgrade/pkg-install +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh -if [ "$2" != "PRE-INSTALL" ]; then - exit 0 -fi -echo %%VERSION%% > /var/db/port.mkversion |