desktop/bitcoin/bitcoin.install

12 lines
130 B
Plaintext
Raw Normal View History

2014-04-02 04:53:09 +08:00
post_install() {
update-desktop-database -q
}
post_upgrade() {
post_install $1
}
post_remove() {
post_install $1
}