mirror of
https://github.com/archlinux/aur.git
synced 2026-03-04 12:55:29 +01:00
8 lines
151 B
Text
8 lines
151 B
Text
post_install() {
|
|
fusiondirectory-setup --update-cache --update-locales
|
|
}
|
|
|
|
post_remove() {
|
|
fusiondirectory-setup --update-cache --update-locales
|
|
}
|
|
|