desktop/android-file-transfer-linux/android-file-transfer-linux.install
2016-03-20 19:25:35 +01:00

14 lines
175 B
Plaintext

post_install() {
update-desktop-database -q
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}