[add] icon for libnotify
This commit is contained in:
parent
8681ba7d33
commit
1e25b0fec2
BIN
media/icon.png
Normal file
BIN
media/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 120 KiB |
|
|
@ -1,4 +1,11 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
scp build/heimdall gs-monitoring:/opt/heimdall/heimdall
|
||||
## args
|
||||
|
||||
if [ $# -ge 1 ] ; then target_ssh_handle=$1 && shift ; else target_ssh_handle="gs-monitoring" ; fi
|
||||
|
||||
|
||||
## exec
|
||||
|
||||
scp build/heimdall ${target_ssh_handle}:/opt/heimdall/heimdall
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,8 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
cp build/heimdall /usr/local/bin/
|
||||
mkdir -p /usr/local/bin/
|
||||
cp build/heimdall /usr/local/bin/heimdall
|
||||
|
||||
mkdir -p /usr/local/share/icons/
|
||||
cp media/icon.png /usr/local/share/icons/heimdall.png
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue