aur/fakeroot/fakeroot.install

14 lines
140 B
Plaintext
Raw Normal View History

2023-03-22 08:59:27 +01:00
#!/bin/sh
post_install() {
usr/bin/ldconfig -r .
}
post_upgrade() {
usr/bin/ldconfig -r .
}
pre_remove() {
usr/bin/ldconfig -r .
}