summarylogtreecommitdiffstats
path: root/scanbd.install
diff options
context:
space:
mode:
Diffstat (limited to 'scanbd.install')
-rw-r--r--scanbd.install10
1 files changed, 2 insertions, 8 deletions
diff --git a/scanbd.install b/scanbd.install
index 0d0a391ea8ed..03ef3271bb7f 100644
--- a/scanbd.install
+++ b/scanbd.install
@@ -1,10 +1,4 @@
post_install() {
- echo "Read the Arch Linux Wiki on how to set up and run scanbd:"
- echo "https://wiki.archlinux.org/index.php/Scanner_Button_Daemon"
-}
-
-pre_remove() {
- systemctl stop scanbd.service 2>&1 > /dev/null
- systemctl stop scanbm.socket 2>&1 > /dev/null
- systemctl disable scanbd.service 2>&1 > /dev/null
+ echo "Read the Arch Linux Wiki on how to set up and run scanbd:"
+ echo "https://wiki.archlinux.org/index.php/Scanner_Button_Daemon"
}