desktop/bitcoin/bitcoin-qt.install
2015-03-21 09:23:38 +00:00

11 lines
128 B
Plaintext

post_install() {
update-desktop-database -q
}
post_upgrade() {
post_install $1
}
post_remove() {
post_install $1
}