mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-10-01 08:25:45 -04:00
9 lines
249 B
Bash
Executable File
9 lines
249 B
Bash
Executable File
#!/bin/bash
|
|
|
|
## Copyright (C) 2019 - 2023 ENCRYPTED SUPPORT LP <adrelanos@whonix.org>
|
|
## See the file COPYING for copying conditions.
|
|
|
|
if test -x /usr/libexec/security-misc/remove-system.map ; then
|
|
/usr/libexec/security-misc/remove-system.map
|
|
fi
|