From 4030f3425b57b0cbd1085e3a6958a99b5f82e23a Mon Sep 17 00:00:00 2001 From: freesource Date: Thu, 13 Sep 2001 17:40:24 +0000 Subject: [PATCH] More treatment for ubd0. --- pkg/dpkg/gbootroot.prerm | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 pkg/dpkg/gbootroot.prerm diff --git a/pkg/dpkg/gbootroot.prerm b/pkg/dpkg/gbootroot.prerm new file mode 100644 index 0000000..4018fdd --- /dev/null +++ b/pkg/dpkg/gbootroot.prerm @@ -0,0 +1,6 @@ +#!/bin/sh + + +if [ -e /usr/share/gbootroot/yard/Replacements/dev/ubd0 ]; then + rm /usr/share/gbootroot/yard/Replacements/dev/ubd0 +fi \ No newline at end of file