diff options
Diffstat (limited to 'community-testing/bitcoin/bitcoin-qt.install')
-rw-r--r-- | community-testing/bitcoin/bitcoin-qt.install | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/community-testing/bitcoin/bitcoin-qt.install b/community-testing/bitcoin/bitcoin-qt.install new file mode 100644 index 000000000..f98ba7338 --- /dev/null +++ b/community-testing/bitcoin/bitcoin-qt.install @@ -0,0 +1,11 @@ +post_install() { + update-desktop-database -q +} + +post_upgrade() { + post_install $1 +} + +post_remove() { + post_install $1 +} |