aur/sublime-text.install
Carsten Teibes 200b0ec02c [add] sublime-text 2.0.2
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.
2015-02-09 19:20:46 +01:00

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
}