mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
15 lines
186 B
Text
15 lines
186 B
Text
post_install() {
|
|
/usr/bin/update-desktop-database
|
|
}
|
|
|
|
post_upgrade() {
|
|
/usr/bin/update-desktop-database
|
|
}
|
|
|
|
post_remove() {
|
|
/usr/bin/update-desktop-database
|
|
}
|
|
|
|
op=$1
|
|
shift
|
|
$op $*
|