summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob Cornish2015-07-09 14:07:11 +1000
committerRob Cornish2015-07-09 14:07:11 +1000
commite42aed76957892805dc624af9067ee5f4ba16219 (patch)
tree61951944b90fc66910083ee9f0531adbf54c1230
parentbb51bd7b62e4112769ed6a7f1985cbb280967789 (diff)
downloadaur-e42aed76957892805dc624af9067ee5f4ba16219.tar.gz
Added pre_upgrade() function
-rw-r--r--brscan3.install4
1 files changed, 4 insertions, 0 deletions
diff --git a/brscan3.install b/brscan3.install
index 74679dc593bc..d9ea8dbbd038 100644
--- a/brscan3.install
+++ b/brscan3.install
@@ -2,6 +2,10 @@ post_install() {
/usr/local/Brother/sane/setupSaneScan3 -i
}
+pre_upgrade() {
+ pre_remove
+}
+
post_upgrade() {
post_install
}