9 lines
148 B
Text
9 lines
148 B
Text
|
post_install() {
|
||
|
# Update icon cache.
|
||
|
gtk-update-icon-cache -f '/usr/share/icons/hicolor' > /dev/null 2>&1
|
||
|
}
|
||
|
|
||
|
post_upgrade() {
|
||
|
post_install
|
||
|
}
|