first commit
This commit is contained in:
7
external/packages/plymouth-theme-orangepi/debian/postrm
vendored
Normal file
7
external/packages/plymouth-theme-orangepi/debian/postrm
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
if [ "x$1" = xremove ]; then
|
||||
if which update-initramfs >/dev/null 2>&1; then
|
||||
update-initramfs -u
|
||||
fi
|
||||
fi
|
||||
Reference in New Issue
Block a user