amtoine / pkgbuilds

A collection of PKGBUILDs to install my configuration
GNU General Public License v3.0
2 stars 0 forks source link

Add post install scripts #3

Open amtoine opened 2 years ago

amtoine commented 2 years ago

This issue proposes to add post install PKGBUILDs scripts, mainly to give feedback to the user, about the success of the install process, where relevant files have been installed, etc, etc...

IMPLEMENTATION: simply add a file ending in .install, e.g. ${pkgname}.install, next to each PKGBUILD and add install=${pkgname}.install in the appropriate PKGBUILD.