desktop/bitcoin/bitcoin.install
2014-04-01 20:53:09 +00:00

12 lines
130 B
Plaintext

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