D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
lib
/
dpkg
/
info
/
Filename :
plymouth-theme-ubuntu-text.postrm
back
Copy
#!/bin/sh set -e if [ "x$1" = xremove ]; then if which update-initramfs >/dev/null 2>&1 then update-initramfs -u fi fi