summarylogtreecommitdiffstats
path: root/doubanfm.install
diff options
context:
space:
mode:
Diffstat (limited to 'doubanfm.install')
-rw-r--r--doubanfm.install2
1 files changed, 2 insertions, 0 deletions
diff --git a/doubanfm.install b/doubanfm.install
index e3ff4a73c824..02de51c52d3b 100644
--- a/doubanfm.install
+++ b/doubanfm.install
@@ -13,6 +13,7 @@ post_install() {
## arg 1: the new package version
## arg 2: the old package version
pre_upgrade() {
+ return 0;
}
## arg 1: the new package version
@@ -28,4 +29,5 @@ pre_remove() {
## arg 1: the old package version
post_remove() {
+ return 0;
}