Begin removepkgs implementation

This commit is contained in:
Greg Neagle
2024-07-29 06:57:40 -06:00
parent 9f603a426c
commit c4613e3dcd
4 changed files with 26 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
//
// QuinnProcess.swift
// managedsoftwareupdate
//
// Created by Greg Neagle on 7/26/24.
//
import Foundation
@@ -0,0 +1,8 @@
//
// rmpkgs.swift
// munki
//
// Created by Greg Neagle on 7/17/24.
//
import Foundation
+8
View File
@@ -0,0 +1,8 @@
//
// sqlite3.swift
// munki
//
// Created by Greg Neagle on 7/17/24.
//
import Foundation
+2
View File
@@ -4,6 +4,8 @@
//
// Created by Greg Neagle on 7/15/24.
//
// Copyright 2024 Greg Neagle.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at