From f500b68418ff013ddfd2995106d45004edaac6fc Mon Sep 17 00:00:00 2001 From: Greg Neagle Date: Wed, 25 Mar 2020 19:16:36 -0700 Subject: [PATCH] Add repoclean to the admin tools pkg --- code/tools/make_munki_mpkg.sh | 2 +- code/tools/make_munki_mpkg_DEP.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/tools/make_munki_mpkg.sh b/code/tools/make_munki_mpkg.sh index 22df71b7..ade65dbc 100755 --- a/code/tools/make_munki_mpkg.sh +++ b/code/tools/make_munki_mpkg.sh @@ -406,7 +406,7 @@ mkdir -p "$ADMINROOT/usr/local/munki" chmod -R 755 "$ADMINROOT/usr" # Copy command line admin utilities. # edit this if list of tools changes! -for TOOL in makecatalogs makepkginfo manifestutil munkiimport iconimporter +for TOOL in makecatalogs makepkginfo manifestutil munkiimport iconimporter repoclean do cp -X "$MUNKIROOT/code/client/$TOOL" "$ADMINROOT/usr/local/munki/" 2>&1 done diff --git a/code/tools/make_munki_mpkg_DEP.sh b/code/tools/make_munki_mpkg_DEP.sh index 98c1ec7a..a148c004 100755 --- a/code/tools/make_munki_mpkg_DEP.sh +++ b/code/tools/make_munki_mpkg_DEP.sh @@ -418,7 +418,7 @@ mkdir -p "$ADMINROOT/usr/local/munki" chmod -R 755 "$ADMINROOT/usr" # Copy command line admin utilities. # edit this if list of tools changes! -for TOOL in makecatalogs makepkginfo manifestutil munkiimport iconimporter +for TOOL in makecatalogs makepkginfo manifestutil munkiimport iconimporter repoclean do cp -X "$MUNKIROOT/code/client/$TOOL" "$ADMINROOT/usr/local/munki/" 2>&1 done