source:
trunk/secdapt/postrm
@
441
Last change on this file since 441 was 430, checked in by , 5 years ago | |
---|---|
|
|
File size: 188 bytes |
Rev | Line | |
---|---|---|
[430] | 1 | #!/bin/sh |
2 | # | |
3 | # 2019/12/13 Gabriel Moreau <Gabriel.Moreau@univ-grenoble-alpes.fr> | |
4 | ||
5 | set -e | |
6 | ||
7 | export PATH=/bin:/sbin:/usr/bin:/usr/sbin | |
8 | export LANG=C | |
9 | ||
10 | delgroup --only-if-empty --system secdapt |
Note: See TracBrowser
for help on using the repository browser.