mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-05 14:47:15 +08:00
12 lines
188 B
Plaintext
12 lines
188 B
Plaintext
post_install() {
|
|
usr/bin/gdk-pixbuf-query-loaders --update-cache
|
|
}
|
|
|
|
post_upgrade() {
|
|
post_install
|
|
}
|
|
|
|
pre_remove() {
|
|
rm -f usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/loaders.cache
|
|
}
|