aur/fakeroot/fakeroot.install
nyyu 9c93d40800
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/cron/woodpecker Pipeline was successful
feat: add fakeroot with patch limit
2023-03-22 08:59:27 +01:00

14 lines
140 B
Bash

#!/bin/sh
post_install() {
usr/bin/ldconfig -r .
}
post_upgrade() {
usr/bin/ldconfig -r .
}
pre_remove() {
usr/bin/ldconfig -r .
}