[Gambas-user] How do I add a script to a Deb file
Kende Krisztián
nemh at ...2007...
Fri Oct 4 21:10:54 CEST 2013
Fri, 4 Oct 2013 11:52:05 -0700 (PDT) -n
Charlie <charlie at ...2793...> írta:
> Is there a way to add commands like the ones below to a Deb file
> created in Gambas?
>
> sudo add-apt-repository ppa:nemh/gambas3
> sudo apt-get update
>
> Thanks for any help.
>
> Charlie Ogier
>
Debian packages contain two install (preinst, postinst) and two removal
(prerm, postrm) scripts.
https://wiki.debian.org/MaintainerScripts
The repository address file can be placed in /etc/apt/sources.list.d directory. But dependent packages must be
available before install the application.
Kendek
More information about the User
mailing list