mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-07-23 20:40:38 -04:00
move /usr/lib/security-misc to /usr/libexec/security-misc as per lintian FHS
This commit is contained in:
parent
4fadaad8c0
commit
50bdd097df
20 changed files with 57 additions and 57 deletions
|
@ -3,6 +3,6 @@
|
|||
## Copyright (C) 2019 - 2021 ENCRYPTED SUPPORT LP <adrelanos@whonix.org>
|
||||
## See the file COPYING for copying conditions.
|
||||
|
||||
if test -x /usr/lib/security-misc/remove-system.map ; then
|
||||
/usr/lib/security-misc/remove-system.map
|
||||
if test -x /usr/libexec/security-misc/remove-system.map ; then
|
||||
/usr/libexec/security-misc/remove-system.map
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue