desktop/android-file-transfer-linux/android-file-transfer-linux.install

14 lines
175 B
Plaintext
Raw Normal View History

2016-03-21 02:25:35 +08:00
post_install() {
update-desktop-database -q
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}