Create postinst
This commit is contained in:
parent
e961b28ae0
commit
9a28b997cb
9
debian/postinst
vendored
Normal file
9
debian/postinst
vendored
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
|
cp -f /usr/sbin/update-initramfs /usr/sbin/update-initramfs-legacy
|
||||||
|
cp -f /usr/lib/booster/update-initramfs /usr/sbin/update-initramfs
|
||||||
|
chmod +x /usr/sbin/update-initramfs
|
||||||
|
update-initramfs -c -k all
|
||||||
|
rm /boot/initrd.img*
|
Loading…
Reference in New Issue
Block a user