This commit is contained in:
Ohio2 2021-01-28 14:24:09 +01:00
parent be369765f7
commit 0dd521461a

2
spkg
View file

@ -1,6 +1,8 @@
#!/usr/bin/env sh #!/usr/bin/env sh
#sPKG via wget #sPKG via wget
#fuck spaghetti code #fuck spaghetti code
#maky
source=git.hippoz.xyz/spkg/repo source=git.hippoz.xyz/spkg/repo
case $1 in case $1 in
remove) dirstack=$(pwd) && cd /usr/src/$2 && make uninstall && rm ./$2 && popd ;; remove) dirstack=$(pwd) && cd /usr/src/$2 && make uninstall && rm ./$2 && popd ;;