lib32/skype/skype.install

14 lines
201 B
Plaintext
Raw Permalink Normal View History

2010-11-28 06:08:16 +08:00
post_install() {
if [[ -x usr/bin/xdg-icon-resource ]]; then
usr/bin/xdg-icon-resource forceupdate &>/dev/null || true
fi
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}