summarylogtreecommitdiffstats
path: root/remotebox.install
diff options
context:
space:
mode:
Diffstat (limited to 'remotebox.install')
-rw-r--r--remotebox.install24
1 files changed, 24 insertions, 0 deletions
diff --git a/remotebox.install b/remotebox.install
new file mode 100644
index 000000000000..e341e03d0b6a
--- /dev/null
+++ b/remotebox.install
@@ -0,0 +1,24 @@
+post_install() {
+ echo '-----------------------------------------------------------'
+ echo 'For start-up see /usr/share/doc/remotebox/'
+ echo
+ echo 'If you want to connect to guests running Windows also install'
+ echo ' * rdesktop'
+ echo '-----------------------------------------------------------'
+
+ /bin/true
+}
+
+post_upgrade() {
+/bin/true
+}
+
+pre_remove() {
+/bin/true
+}
+
+op=$1
+shift
+
+$op "$@"
+