desktop/ktp-send-file/ktp-send-file.install

11 lines
121 B
Plaintext
Raw Normal View History

post_install() {
update-desktop-database -q
}
post_update() {
post_install
}
post_remove() {
post_install
}