summarylogtreecommitdiffstats
path: root/peercoin.install
diff options
context:
space:
mode:
Diffstat (limited to 'peercoin.install')
-rw-r--r--peercoin.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/peercoin.install b/peercoin.install
new file mode 100644
index 000000000000..f98ba7338938
--- /dev/null
+++ b/peercoin.install
@@ -0,0 +1,11 @@
+post_install() {
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}