mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-10-01 08:25:45 -04:00
6 lines
119 B
Plaintext
6 lines
119 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
if test -x /usr/lib/security-misc/remove-system.map ; then
|
||
|
/usr/lib/security-misc/remove-system.map
|
||
|
fi
|