1
0
mirror of https://github.com/fspc/gbootroot.git synced 2025-02-22 08:33:24 -05:00

More treatment for ubd0.

This commit is contained in:
freesource 2001-09-13 17:40:24 +00:00
parent 03bea312be
commit 4030f3425b

6
pkg/dpkg/gbootroot.prerm Normal file
View File

@ -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