updated on Thu Jan 12 04:00:44 UTC 2012
[aur-mirror.git] / fbsplash / fbsplash.install
blob09da219efe941de5a7d1eaaf7ff0ea5c202fe8ce
1 post_install() {
2         echo "------------------------------------------------------------"
3         echo "> This package doesn't contain a default theme."
4         echo "> You need to install one separately."
5         echo "> To find some themes, just search AUR for \"fbsplash-theme\","
6         echo "> or GNOME-Look.org or KDE-Look.org for \"fbsplash\"."
7         echo "------------------------------------------------------------"
8         echo "> Configuration for fbsplash: /etc/conf.d/splash"
9         echo "> Configuration for fbcondecor: /etc/conf.d/fbcondecor"
10         echo "------------------------------------------------------------"
11         echo "> Remember to rebuild the initrd after changing the"
12         echo "> configuration."
13         echo "------------------------------------------------------------"
14         echo "> Please read http://wiki.archlinux.org/index.php/Fbsplash"
15         echo "> for more details. "
16         echo "------------------------------------------------------------"
19 post_upgrade() {
20         post_install
23 op=$1
24 shift
25 $op $*
27 #EOF