mirror of
https://github.com/archlinux/aur.git
synced 2026-03-05 07:32:21 +01:00
Add an old libpng with associated patches to circumvent a bug: The compiled-in zlib does not work with newer libpng versions, therefore no icons are shown in sublime-text dialogs.
14 lines
221 B
Text
14 lines
221 B
Text
|
|
post_install() {
|
|
xdg-icon-resource forceupdate --theme hicolor
|
|
update-desktop-database -q
|
|
update-mime-database usr/share/mime > /dev/null 2>&1
|
|
}
|
|
|
|
post_upgrade() {
|
|
post_install
|
|
}
|
|
|
|
post_remove() {
|
|
post_install
|
|
}
|