mirror of
https://github.com/munki/munki.git
synced 2026-05-18 04:08:33 -05:00
Begin removepkgs implementation
This commit is contained in:
@@ -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
|
||||
@@ -0,0 +1,8 @@
|
||||
//
|
||||
// sqlite3.swift
|
||||
// munki
|
||||
//
|
||||
// Created by Greg Neagle on 7/17/24.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user