diff options
author | will <will@FreeBSD.org> | 2001-02-16 00:00:28 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-02-16 00:00:28 +0800 |
commit | 31638355e2285b53810a93500e79e882dcfca8f8 (patch) | |
tree | c03b0817ce70f791f45cc838b035a401a8306f4d /misc/34upgrade/pkg-install | |
parent | 55750de5daba6b5cc3ad52680c09afb2424f8648 (diff) | |
download | freebsd-ports-gnome-31638355e2285b53810a93500e79e882dcfca8f8.tar.gz freebsd-ports-gnome-31638355e2285b53810a93500e79e882dcfca8f8.tar.zst freebsd-ports-gnome-31638355e2285b53810a93500e79e882dcfca8f8.zip |
Nuke all completely obsolete upgrade kits.
Requested by: asami (some weeks ago)
Diffstat (limited to 'misc/34upgrade/pkg-install')
-rw-r--r-- | misc/34upgrade/pkg-install | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/misc/34upgrade/pkg-install b/misc/34upgrade/pkg-install deleted file mode 100644 index 8ed8de67d62f..000000000000 --- a/misc/34upgrade/pkg-install +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh -if [ "$2" != "PRE-INSTALL" ]; then - exit 0 -fi -echo %%VERSION%% > /var/db/port.mkversion |