Added three new helpers to be used by packages requiring GTK+ and
by pango itself. To be able to run those helpers once the package has been stowned properly, another variable available for templates has been added: "postinstall_helpers". This accepts a list of template helper names, e.g: postinstall_helpers="gtk-update-gdkpixbufloaders.sh gtk-update-immodules.sh". Also rather than setting extract_cmd itself in pkgfs.sh when extract_sufx=".zip", set it in the helper itself. --HG-- extra : convert_revision : 0f55c35f201daf6ff2e6d18cc808d0a34d8f4ddf
This commit is contained in:
@@ -90,3 +90,8 @@
|
||||
#run_stuff_before_install_file="example-before-install.sh"
|
||||
#run_stuff_after="install"
|
||||
#run_stuff_after_install_file="example-after-install.sh"
|
||||
|
||||
# Run helpers after the package has been installed and stowned.
|
||||
# Helpers are located at PKGFS_DISTRIBUTIONDIR/helper-templates.
|
||||
#
|
||||
#postinstall_helpers="blah.sh"
|
||||
|
||||
Reference in New Issue
Block a user