zenmap: move icon to spec-compliant location (#494546)
This commit is contained in:
@@ -50,7 +50,7 @@ python3Packages.buildPythonApplication {
|
||||
'';
|
||||
postInstall = ''
|
||||
# Icons
|
||||
install -Dm 644 "zenmapCore/data/pixmaps/zenmap.png" -t "$out/share/pixmaps/"
|
||||
install -Dm 644 "zenmapCore/data/pixmaps/zenmap.png" -t "$out/share/icons/hicolor/256x256/apps"
|
||||
# Desktop-files for application
|
||||
install -Dm 644 "install_scripts/unix/zenmap.desktop" -t "$out/share/applications/"
|
||||
install -Dm 644 "install_scripts/unix/zenmap-root.desktop" -t "$out/share/applications/"
|
||||
|
||||
Reference in New Issue
Block a user