12 lines
102 B
Plaintext
12 lines
102 B
Plaintext
post_install() {
|
|
fc-cache -s
|
|
}
|
|
|
|
post_upgrade() {
|
|
post_install
|
|
}
|
|
|
|
post_remove() {
|
|
post_install
|
|
}
|