mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-10-01 08:25:45 -04:00
dbea7d1511
on kernel package upgrade; self-document this package: during upgrade the following will be written to stdout: Setting up linux-image-4.19.0-5-amd64 (4.19.37-5+deb10u2) ... /etc/kernel/postinst.d/30_remove-system-map: removed '/boot/System.map-4.19.0-5-amd64
6 lines
119 B
Bash
Executable File
6 lines
119 B
Bash
Executable File
#!/bin/bash
|
|
|
|
if test -x /usr/lib/security-misc/remove-system.map ; then
|
|
/usr/lib/security-misc/remove-system.map
|
|
fi
|