summarylogtreecommitdiffstats
path: root/pfufs.install
diff options
context:
space:
mode:
Diffstat (limited to 'pfufs.install')
-rw-r--r--pfufs.install9
1 files changed, 0 insertions, 9 deletions
diff --git a/pfufs.install b/pfufs.install
deleted file mode 100644
index 89adf0388e81..000000000000
--- a/pfufs.install
+++ /dev/null
@@ -1,9 +0,0 @@
-post_install() {
- echo "Patching sane's fujitsu.conf to ignore devices supported by the pfufs driver"
- /usr/bin/patch /etc/sane.d/fujitsu.conf /opt/pfufs/etc/sane.d/fujitsu.conf.patch
-}
-
-pre_remove() {
- echo "Reverting pfufs' patches to sane's fujitsu.conf"
- /usr/bin/patch -R /etc/sane.d/fujitsu.conf /opt/pfufs/etc/sane.d/fujitsu.conf.patch
-}