Let's put everything systemd related in an extra-repos directory, so it is clear that the packages from here will end up in a separate, optional binary package repository.
5 lines
51 B
Bash
5 lines
51 B
Bash
#!/bin/sh
|
|
|
|
addgroup -S plugdev 2>/dev/null
|
|
|
|
exit 0
|