D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
lib
/
dpkg
/
info
/
Filename :
plymouth-theme-ubuntu-text.prerm
back
Copy
#!/bin/sh set -e if [ "x$1" = xremove ]; then update-alternatives \ --remove text.plymouth /usr/share/plymouth/themes/ubuntu-text/ubuntu-text.plymouth rm -f /usr/share/plymouth/themes/ubuntu-text/ubuntu-text.plymouth fi