mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-04-24 15:37:23 +00:00
12 lines
131 B
Plaintext
12 lines
131 B
Plaintext
post_install() {
|
|
kbuildsycoca5 > /dev/null 2>&1
|
|
}
|
|
|
|
post_upgrade() {
|
|
post_install "$1"
|
|
}
|
|
|
|
post_remove() {
|
|
post_install "$1"
|
|
}
|