diff --git a/.acorn/build.sh b/.acorn/build.sh deleted file mode 100644 index 8f58e6d..0000000 --- a/.acorn/build.sh +++ /dev/null @@ -1 +0,0 @@ -make diff --git a/.acorn/install.sh b/.acorn/install.sh deleted file mode 100644 index fc29dc2..0000000 --- a/.acorn/install.sh +++ /dev/null @@ -1,13 +0,0 @@ -if command -v apt &> /dev/null; then - make aptinstall -elif command -v aptitude &> /dev/null; then - make aptitude -elif command -v brew &> /dev/null; then - make brewinstall -elif command -v zypper &> /dev/null; then - make zyppinstall -elif command -v yay &> /dev/null; then - make yayinstall -elif command -v pacman &> /dev/null; then - make pacinstall -fi diff --git a/.acorn/meta.toml b/.acorn/meta.toml deleted file mode 100644 index 16f634c..0000000 --- a/.acorn/meta.toml +++ /dev/null @@ -1,16 +0,0 @@ -name = "Pak" -desc = "Wrapper written in Go designed for package managers to unify software management commands between distros" - -[dependencies] -brew = [] -apt = [] -dnf = [] -yum = [] -zypper = [] -yay = [] -pacman = [] - -[scripts] -build = "build.sh" -install = "install.sh" -remove = "remove.sh" diff --git a/.acorn/remove.sh b/.acorn/remove.sh deleted file mode 100644 index 6e3ba09..0000000 --- a/.acorn/remove.sh +++ /dev/null @@ -1,2 +0,0 @@ -rm /usr/bin/pak -rm /etc/pak.cfg