From 53f3265c097288e03d8c6f31342af0f069e1e13d Mon Sep 17 00:00:00 2001 From: Elara Musayelyan Date: Thu, 13 Jul 2023 11:15:02 -0700 Subject: [PATCH] Add install-icon helper --- helpers.go | 1 + 1 file changed, 1 insertion(+) diff --git a/helpers.go b/helpers.go index c409226..225cb05 100644 --- a/helpers.go +++ b/helpers.go @@ -47,6 +47,7 @@ var helpers = shutils.ExecFuncs{ "install-config": installHelperCmd("/etc", 0o644), "install-license": installHelperCmd("/usr/share/licenses", 0o644), "install-desktop": installHelperCmd("/usr/share/applications", 0o644), + "install-icon": installHelperCmd("/usr/share/pixmaps", 0o644), "install-manual": installManualCmd, "install-completion": installCompletionCmd, "install-library": installLibraryCmd,