mirror of
https://github.com/archlinux/aur.git
synced 2026-03-07 12:29:12 +01:00
8 lines
63 B
Text
8 lines
63 B
Text
|
|
post_install() {
|
|
depmod -a
|
|
}
|
|
|
|
post_remove() {
|
|
depmod -a
|
|
}
|