summarylogtreecommitdiffstats
path: root/tsclient.install
diff options
context:
space:
mode:
Diffstat (limited to 'tsclient.install')
-rw-r--r--tsclient.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/tsclient.install b/tsclient.install
new file mode 100644
index 000000000000..7db2a04bfe39
--- /dev/null
+++ b/tsclient.install
@@ -0,0 +1,14 @@
+## arg 1: the new package version
+#pre_install() {
+ # do something here
+#}
+
+## arg 1: the new package version
+post_install() {
+ echo ">> tsclient: For maximum functionality install the following packages:"
+ echo "==> vncviewer (for VNC support)"
+ echo "==> xnest (for X via Xnest support)"
+}
+post_upgrade() {
+ post_install $1;
+}