diff options
author | Mihai Moldovan <ionic@ionic.de> | 2017-02-27 04:08:51 +0100 |
---|---|---|
committer | Mihai Moldovan <ionic@ionic.de> | 2017-02-27 04:08:51 +0100 |
commit | 0a5d26d121a8420feb25bd68c8f1623edf50e0a8 (patch) | |
tree | 104d1f0ff7e856a3c2e54433046e52346e80d356 /debian/nxagent.postinst | |
parent | e1f2902bb1ad29f852f97dc08a3e3e29ad88c384 (diff) | |
parent | fff875549f70b5f16f9e15cb8fdb4022939bf806 (diff) | |
download | nx-libs-0a5d26d121a8420feb25bd68c8f1623edf50e0a8.tar.gz nx-libs-0a5d26d121a8420feb25bd68c8f1623edf50e0a8.tar.bz2 nx-libs-0a5d26d121a8420feb25bd68c8f1623edf50e0a8.zip |
Merge branch 'sunweaver-pr/hard-code-rgb-colors' into 3.6.x
Attributes GH PR #319: https://github.com/ArcticaProject/nx-libs/pull/319
Diffstat (limited to 'debian/nxagent.postinst')
-rwxr-xr-x | debian/nxagent.postinst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/nxagent.postinst b/debian/nxagent.postinst new file mode 100755 index 000000000..8ad000e9b --- /dev/null +++ b/debian/nxagent.postinst @@ -0,0 +1,8 @@ +#!/bin/sh + +set -e + +dpkg-maintscript-helper rm_conffile \ + /etc/nxagent/rgb "2:3.5.99.4-999" nxagent -- "$@" + +#DEBHELPER# |