desktop/bitcoin-core/bitcoin.install
2017-03-11 19:16:45 +01:00

11 lines
128 B
Plaintext

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