apparmor.d/debian/apparmor.d.postrm

11 lines
235 B
Plaintext
Raw Normal View History

2021-04-04 00:22:09 +02:00
#!/bin/bash
2023-03-10 11:31:23 +01:00
# apparmor.d - Full set of apparmor profiles
2021-04-04 00:22:09 +02:00
# Copyright (C) 2021 Alexandre Pujol <alexandre@pujol.io>
# SPDX-License-Identifier: GPL-2.0-only
#DEBHELPER#
2021-09-19 21:39:13 +02:00
systemctl reload apparmor.service >/dev/null 2>&1 || true
2021-04-04 00:22:09 +02:00
exit 0