logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

dh_installcligac - register assemblies to be late installed into a GAC

Author

       Dylan R. E. Moonfire <debian@mfgames.com>

perl v5.38.2                                       2024-03-24                                DH_INSTALLCLIGAC(1)

Description

       dh_installcligac is a debhelper program that is responsible for installing assemblies and related files
       used by the Debian cli-common package into GAC of all installed runtimes.

       It also automatically generates the postinst and prerm commands needed to late install the assemblies.
       See dh_installdeb(1) for an explanation of how this works.

       This is based on dh_installemacsen(1) in the emacsen-common package.

Name

       dh_installcligac - register assemblies to be late installed into a GAC

Notes

       Note that this command is not idempotent. "dh_prep" should be called between invocations of this command.
       Otherwise, it may cause multiple instances of the same text to be added to maintainer scripts.

Options

-n, --noscripts
           Do not modify postinst/prerm scripts.

See Also

debhelper(7)

       This program is a part of cli-common-dev.

Synopsis

dh_installcligac [debhelperoptions] [-n]

See Also