diff options
| author | dacctal <dacctal@symlinx.net> | 2026-06-03 15:45:37 +0000 |
|---|---|---|
| committer | dacctal <dacctal@symlinx.net> | 2026-06-03 15:45:37 +0000 |
| commit | 9e988b65e5084bd0044b8acbf47e23c382e2d95e (patch) | |
| tree | 390b02a3ffb2893e04d8f2c7afc698a6c6333f10 /README.md | |
| parent | 4f1e0517c6f68bafba38244fd607074079df64b5 (diff) | |
added uninstall functions for make and meson in default configuration file
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -183,6 +183,7 @@ repositories = { pre_install = function() ... end install = function() ... end post_install = function() ... end + uninstall = function() ... end } } --[[ @@ -205,6 +206,7 @@ build_systems = { pre_install = function() ... end install = function() ... end post_install = function() ... end + uninstall = function() ... end } } ``` @@ -274,6 +276,7 @@ targets = { os.execute("make install") end, post_install = function() end, + uninstall = function() end, } --[[ could also have targets for 'client' @@ -284,4 +287,4 @@ targets = { ``` # Contributing to pkgit -To contribute to pkgit, you should go to the xmpp muc *pkgit@muc.symlinx.net* and drop your patch file which *should* contain the commits you made. +If you want to contribute to pkgit, please refer to CONTRIBUTING.md |
