From 407d4b06cda6927a10a5bc8d0b97e816b86b7d1f Mon Sep 17 00:00:00 2001 From: Arsen Musayelyan Date: Sun, 23 May 2021 03:41:56 -0700 Subject: [PATCH] Remove .acorn directory --- .acorn/build.sh | 1 - .acorn/install.sh | 13 ------------- .acorn/meta.toml | 16 ---------------- .acorn/remove.sh | 2 -- 4 files changed, 32 deletions(-) delete mode 100644 .acorn/build.sh delete mode 100644 .acorn/install.sh delete mode 100644 .acorn/meta.toml delete mode 100644 .acorn/remove.sh 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