Arch Linux User Repository
Home
Packages
Forums
Wiki
GitLab
Security
AUR
Download
AUR : libumlib0.git
AUR Package Repositories | click
here
to return to the package base details page
summary
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libumlib0.install
blob: dc2ebedcdc564acb8d8a78a811fcb0afa139aa00 (
plain
)
1
2
3
4
5
6
7
8
9
post_install
() {
set -e
ldconfig
}
post_remove
() {
set -e
ldconfig
}