Magellan Linux

Diff of /smage/trunk/core/plymouth-theme-alx/plymouth-theme-alx-1.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 4662 by niro, Thu Mar 21 12:36:57 2013 UTC revision 4663 by niro, Thu Mar 21 12:37:54 2013 UTC
# Line 25  postinstall() Line 25  postinstall()
25   if [[ -z ${MROOT} ]] || [[ ${MROOT} = / ]]   if [[ -z ${MROOT} ]] || [[ ${MROOT} = / ]]
26   then   then
27   plymouth-set-default-theme alx   plymouth-set-default-theme alx
28   /usr/$(mlibdir)/plymouth/plymouth/plymouth-generate-initrd   /usr/$(mlibdir)/plymouth/plymouth/plymouth-update-initrd
29   fi   fi
30  }  }
31    
# Line 36  postremove() Line 36  postremove()
36   if [[ -z $(plymouth-set-default-theme --list | grep alx) ]]   if [[ -z $(plymouth-set-default-theme --list | grep alx) ]]
37   then   then
38   plymouth-set-default-theme --reset   plymouth-set-default-theme --reset
39   /usr/$(mlibdir)/plymouth/plymouth/plymouth-generate-initrd   /usr/$(mlibdir)/plymouth/plymouth/plymouth-update-initrd
40   fi   fi
41   fi   fi
42  }  }

Legend:
Removed from v.4662  
changed lines
  Added in v.4663