Still deprecate install.sh and update.sh anyway; Tidier structure

This commit is contained in:
clsty
2025-10-31 09:11:03 +08:00
parent f01a2a06b5
commit d36966e2d7
6 changed files with 12 additions and 54 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ The mechanism is introduced by [Makrennel](https://github.com/Makrennel) in [PR#
Why is this awesome?
- It makes it possible to control version since some packages may involve breaking changes from time to time.
- It makes the dependency trackable for package manager, so that you always know why you have installed some package.
- As a result, it enables a workable `uninstall.sh` script.
- As a result, it enables a workable uninstall process.
The PKGBUILDs contains two forms of dependencies:
- Package name written in dependencies, like a "meta" package.