diff options
author | Gustavo Homem <gustavo@angulosolido.pt> | 2013-03-20 21:41:56 +0000 |
---|---|---|
committer | Gustavo Homem <gustavo@angulosolido.pt> | 2013-03-20 21:41:56 +0000 |
commit | ec7d8680084c794357d0786767eda903d9c19e26 (patch) | |
tree | cde15134f5b7ca49118fee1d61877a9d563a915f /xorg/debuild/x11rdp-files/DEBIAN | |
parent | 9239b6e87ded6af7aafa4c82e270ba130f830620 (diff) | |
download | xrdp-proprietary-ec7d8680084c794357d0786767eda903d9c19e26.tar.gz xrdp-proprietary-ec7d8680084c794357d0786767eda903d9c19e26.zip |
improve packaging for X11RDP
Diffstat (limited to 'xorg/debuild/x11rdp-files/DEBIAN')
-rwxr-xr-x | xorg/debuild/x11rdp-files/DEBIAN/postinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg/debuild/x11rdp-files/DEBIAN/postinst b/xorg/debuild/x11rdp-files/DEBIAN/postinst index b44dc212..241103af 100755 --- a/xorg/debuild/x11rdp-files/DEBIAN/postinst +++ b/xorg/debuild/x11rdp-files/DEBIAN/postinst @@ -1,6 +1,6 @@ #!/bin/bash -X11DIR=/opt/X11rdp +X11DIR=DUMMYDIRINFO # make the /usr/bin/X11rdp symbolic link if it doesn't exist... if [ ! -e /usr/bin/X11rdp ] |