summaryrefslogtreecommitdiff
path: root/bin/pkg
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2008-06-27 20:26:38 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2008-06-27 20:26:38 +0200
commitb0105294a4f8c5b6ba957a39aded22f082a46895 (patch)
tree316a4ef3ff5462819a764482e090b7025e51442e /bin/pkg
parente5890fd4a4966a6b248d331edd7cfb2f79d9ca63 (diff)
/bin/pkg: Also create local list on update
Diffstat (limited to 'bin/pkg')
-rwxr-xr-xbin/pkg1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/pkg b/bin/pkg
index 49bc099..82d4693 100755
--- a/bin/pkg
+++ b/bin/pkg
@@ -326,6 +326,7 @@ pkg_update () {
} elif ([ "$PKG_PROTO" = 'file' ]) {
cp $PKG_ROOT/.links .
}
+ core/include/pkglist $PDIR
}
pkg_upgrade () {