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