mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-19 18:26:44 +02:00
2 lines
72 B
Bash
2 lines
72 B
Bash
#!/bin/sh
|
|
([ "$1" != "post-commit" ] && exit 0) || /usr/sbin/paxrelabel
|