Move PKGBUILD to contrib dir

This commit is contained in:
nxshock
2021-04-03 17:53:28 +05:00
parent 9029d88707
commit a0cfaa0df4
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ Create and install package with this commands:
```sh ```sh
# make package # make package
curl -L -O https://raw.githubusercontent.com/Revertron/Alfis/master/PKGBUILD curl -L -O https://raw.githubusercontent.com/Revertron/Alfis/master/contrib/PKGBUILD
makepkg makepkg
# install package (from root) # install package (from root)
View File