diff options
author | jsorg71 <jsorg71> | 2006-03-04 00:34:12 +0000 |
---|---|---|
committer | jsorg71 <jsorg71> | 2006-03-04 00:34:12 +0000 |
commit | 42a6b2bdd0c4bf89989b45187b0c11bc95455ffd (patch) | |
tree | 5faae86fed3b3f36e044d2e8d3a3ec6e9f160bd9 /debian/postrm | |
parent | d7e7beae5ee6d974ae21ef7c2e0058c29de37b79 (diff) | |
download | xrdp-proprietary-42a6b2bdd0c4bf89989b45187b0c11bc95455ffd.tar.gz xrdp-proprietary-42a6b2bdd0c4bf89989b45187b0c11bc95455ffd.zip |
add debian directory
Diffstat (limited to 'debian/postrm')
-rw-r--r-- | debian/postrm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/postrm b/debian/postrm new file mode 100644 index 00000000..deca14b0 --- /dev/null +++ b/debian/postrm @@ -0,0 +1,2 @@ +#!/bin/sh +update-rc.d -f xrdp_control.sh remove > /dev/null |