The following changes were made:
* Corrected zfs detection in init * Moved to use CONFIG rather than usher
This commit is contained in:
26
SNAP/usher
26
SNAP/usher
@@ -1,26 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
case $1 in
|
||||
preinst)
|
||||
exit 0
|
||||
;;
|
||||
postinst)
|
||||
if [ ! -f /usr/share/mkinitramfs/bins/default ]; then
|
||||
cp /usr/share/mkinitramfs/default-bins \
|
||||
/usr/share/mkinitramfs/bins/default
|
||||
fi
|
||||
|
||||
if [ ! -f /usr/share/mkinitramfs/mods/default ]; then
|
||||
cp /usr/share/mkinitramfs/default-mods \
|
||||
/usr/share/mkinitramfs/mods/default
|
||||
fi
|
||||
;;
|
||||
prerm)
|
||||
exit 0
|
||||
;;
|
||||
postrm)
|
||||
exit 0
|
||||
;;
|
||||
esac
|
||||
Reference in New Issue
Block a user