Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InstallApplication ¶ added in v2.7.0
func InstallApplication() error
InstallApplication installs application files (binary, application launcher entry, icon). Does not install systemd service or desktop shortcut. Must NOT be run as root.
func InstallDesktop ¶ added in v2.7.0
func InstallDesktop() error
InstallDesktop installs desktop shortcut. Does not install application files. Must NOT be run as root.
func InstallHardware ¶ added in v2.7.0
func InstallHardware() error
InstallHardware installs hardware support files (udev rules, modprobe blacklist). Must be run as root.
func InstallService ¶ added in v2.7.0
func InstallService() error
InstallService installs systemd user service. Does not install application files. Must NOT be run as root.
func UninstallApplication ¶ added in v2.7.0
func UninstallApplication() error
UninstallApplication removes application files (binary, application launcher entry, icon). Does not remove systemd service or desktop shortcut. Must NOT be run as root.
func UninstallDesktop ¶ added in v2.7.0
func UninstallDesktop() error
UninstallDesktop removes desktop shortcut. Does not remove application files. Must NOT be run as root.
func UninstallHardware ¶ added in v2.7.0
func UninstallHardware() error
UninstallHardware removes hardware support files. Must be run as root.
func UninstallService ¶ added in v2.7.0
func UninstallService() error
UninstallService removes systemd user service. Does not remove application files. Must NOT be run as root.
Types ¶
This section is empty.