subgraph / paxrat

paxrat is a utility to set PaX flags on a set of binaries.
GNU General Public License v3.0
34 stars 9 forks source link

Fix apt hook to check it /sbin/paxrat exists #21

Closed santiagorr closed 7 years ago

santiagorr commented 7 years ago

`apt remove paxrat' ends up in error since /sbin/paxrat has been removed when the hook is called. This change should fix it.

See Debian Bug: https://bugs.debian.org/852086

Signed-off-by: Santiago Ruano Rincón santiago@debian.org