mirror of
https://github.com/archlinux/aur.git
synced 2026-03-05 15:42:45 +01:00
8 lines
135 B
Text
8 lines
135 B
Text
post_install() {
|
|
update-mime-database usr/share/mime > /dev/null
|
|
update-desktop-database -q
|
|
}
|
|
|
|
post_remove() {
|
|
post_install $1
|
|
}
|