summaryrefslogtreecommitdiffstats
path: root/cluster/clusterssh/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'cluster/clusterssh/INSTALL')
-rwxr-xr-xcluster/clusterssh/INSTALL9
1 files changed, 9 insertions, 0 deletions
diff --git a/cluster/clusterssh/INSTALL b/cluster/clusterssh/INSTALL
new file mode 100755
index 0000000000..ab1475b354
--- /dev/null
+++ b/cluster/clusterssh/INSTALL
@@ -0,0 +1,9 @@
+default_install &&
+
+install -m 0644 -o root -g root $SOURCE_DIRECTORY/$SPELL.desktop \
+ $INSTALL_ROOT/usr/share/applications/$SPELL.desktop
+
+for icon in 24x24 32x32 48x48; do
+ install -m 0644 -o root -g root $SOURCE_DIRECTORY/clusterssh-$icon.png \
+ $INSTALL_ROOT/usr/share/pixmaps/clusterssh-$icon.png
+done