summarylogtreecommitdiffstats
path: root/remotebox.install
diff options
context:
space:
mode:
authoroli2015-06-12 22:01:26 +0200
committeroli2015-06-12 22:01:26 +0200
commit725884f455d0685047470d8cab1ce079b8a5744f (patch)
treee9590d8677cda47f0fd9745f60b337474f7159a8 /remotebox.install
downloadaur-725884f455d0685047470d8cab1ce079b8a5744f.tar.gz
Initial import
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 "$@"
+