Acceptance Criteria:
|
MUST:
* The server should place relevant files under /usr/lib*, /usr/bin and /usr/sbin, and no longer use /lib*, /bin or /sbin.
* When uninstalling ThinLinc, files should be removed:
- if they exist under /lib*, /bin or /sbin
- if they exist under /usr/lib*, /usr/bin and /usr/sbin
* Upgrading ThinLinc should not leave leftover files in /lib*, /bin or /sbin.
SHOULD:
* There should be an autotest for preventing files to be placed in /lib*, /bin or /sbin
|