mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
11 lines
249 B
Text
11 lines
249 B
Text
post_install() {
|
|
usr/bin/update-mime-database /usr/share/mime > /dev/null 2>&1
|
|
}
|
|
|
|
post_upgrade() {
|
|
usr/bin/update-mime-database /usr/share/mime > /dev/null 2>&1
|
|
}
|
|
|
|
pre_remove() {
|
|
usr/bin/update-mime-database /usr/share/mime > /dev/null 2>&1
|
|
}
|