mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-12-08 23:03:46 +00:00
16 lines
222 B
Text
16 lines
222 B
Text
post_install() {
|
|
cat << EOM
|
|
|
|
==> flock package message:
|
|
==> the bin is /usr/bin/flockbrowser
|
|
EOM
|
|
update-desktop-database -q
|
|
}
|
|
|
|
post_upgrade() {
|
|
update-desktop-database -q
|
|
}
|
|
|
|
post_remove() {
|
|
update-desktop-database -q
|
|
}
|