Update glacier.md

This commit is contained in:
everest 2022-04-01 12:44:22 +00:00 committed by GitHub
parent b230798266
commit c9de1dc972
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ It saves package information files to /etc/glacier/pkginfo
Packages should be formatted as `tar.gz` archives, and should contain the following: Packages should be formatted as `tar.gz` archives, and should contain the following:
- The package's executable - The package's executable (or any files required to compile said program)
- 3 instruction scripts written in Shell, INSTALL.sh, UPDATE.sh, and REMOVE.sh - 3 instruction scripts written in Shell, INSTALL.sh, UPDATE.sh, and REMOVE.sh
- package_name-pkginfo.json, containing the following: - package_name-pkginfo.json, containing the following:
``` ```