Remove .acorn directory

This commit is contained in:
Arsen Musayelyan 2021-05-23 03:41:56 -07:00
parent cdece4f0ad
commit 407d4b06cd
4 changed files with 0 additions and 32 deletions

View File

@ -1 +0,0 @@
make

View File

@ -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

View File

@ -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"

View File

@ -1,2 +0,0 @@
rm /usr/bin/pak
rm /etc/pak.cfg