summaryrefslogtreecommitdiffstats
path: root/xorg/debuild/x11rdp-files/DEBIAN/postinst
diff options
context:
space:
mode:
authorKoichiro IWAO <meta@vmeta.jp>2018-04-17 13:26:18 +0900
committerKoichiro IWAO <meta@vmeta.jp>2018-04-17 13:26:18 +0900
commit2ad5df96a391c0b3a87acd303be08f88c433cc93 (patch)
treeabf2edb1a6b8b87d5b1c50fef66fbff86fc37e30 /xorg/debuild/x11rdp-files/DEBIAN/postinst
parentf52f632e21e3206295934706ac4091c0561862fa (diff)
downloadxrdp-proprietary-2ad5df96a391c0b3a87acd303be08f88c433cc93.tar.gz
xrdp-proprietary-2ad5df96a391c0b3a87acd303be08f88c433cc93.zip
Remove x11rdp from xrdp repository
Now x11rdp is replaced with xorgxrdp. Deprecating it. Repository moved to https://github.com/neutrinolabs/x11rdp.
Diffstat (limited to 'xorg/debuild/x11rdp-files/DEBIAN/postinst')
-rwxr-xr-xxorg/debuild/x11rdp-files/DEBIAN/postinst18
1 files changed, 0 insertions, 18 deletions
diff --git a/xorg/debuild/x11rdp-files/DEBIAN/postinst b/xorg/debuild/x11rdp-files/DEBIAN/postinst
deleted file mode 100755
index 241103af..00000000
--- a/xorg/debuild/x11rdp-files/DEBIAN/postinst
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/bash
-
-X11DIR=DUMMYDIRINFO
-
-# make the /usr/bin/X11rdp symbolic link if it doesn't exist...
-if [ ! -e /usr/bin/X11rdp ]
-then
- if [ -e $X11DIR/bin/X11rdp ]
- then
- ln -s $X11DIR/bin/X11rdp /usr/bin/X11rdp
- else
- clear
- echo "There was a problem... the $X11DIR/bin/X11rdp binary could not be found. Did the compilation complete?"
- echo "Stopped. Please investigate what went wrong."
- exit
- fi
-fi
-