mirror of
https://github.com/arcan1s/pkgbuild.git
synced 2025-04-25 07:57:16 +00:00
10 lines
112 B
Plaintext
10 lines
112 B
Plaintext
post_install() {
|
|
update-desktop-database -q
|
|
}
|
|
|
|
post_upgrade() {
|
|
post_install
|
|
}
|
|
|
|
# vim:set ts=2 sw=2 et:
|