summaryrefslogtreecommitdiffstats
path: root/abs/core/fbsplash/fbsplash.install
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-12-12 23:46:00 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-12-12 23:46:00 (GMT)
commitd0bc5cf5bca845df25ac398b97995d2d1335f1ca (patch)
tree48ad7102f1dabe2f0242a773241cb3ac8a74c7d3 /abs/core/fbsplash/fbsplash.install
parente28e87dcbd836bd2d4611e0461e96c751f262d28 (diff)
downloadlinhes_pkgbuild-d0bc5cf5bca845df25ac398b97995d2d1335f1ca.zip
linhes_pkgbuild-d0bc5cf5bca845df25ac398b97995d2d1335f1ca.tar.gz
linhes_pkgbuild-d0bc5cf5bca845df25ac398b97995d2d1335f1ca.tar.bz2
removed packages that are no longer needed:
eject fbsplash kernel26 linhes-splash miscsplashutils tightvnc
Diffstat (limited to 'abs/core/fbsplash/fbsplash.install')
-rw-r--r--abs/core/fbsplash/fbsplash.install27
1 files changed, 0 insertions, 27 deletions
diff --git a/abs/core/fbsplash/fbsplash.install b/abs/core/fbsplash/fbsplash.install
deleted file mode 100644
index 09da219..0000000
--- a/abs/core/fbsplash/fbsplash.install
+++ /dev/null
@@ -1,27 +0,0 @@
-post_install() {
- echo "------------------------------------------------------------"
- echo "> This package doesn't contain a default theme."
- echo "> You need to install one separately."
- echo "> To find some themes, just search AUR for \"fbsplash-theme\","
- echo "> or GNOME-Look.org or KDE-Look.org for \"fbsplash\"."
- echo "------------------------------------------------------------"
- echo "> Configuration for fbsplash: /etc/conf.d/splash"
- echo "> Configuration for fbcondecor: /etc/conf.d/fbcondecor"
- echo "------------------------------------------------------------"
- echo "> Remember to rebuild the initrd after changing the"
- echo "> configuration."
- echo "------------------------------------------------------------"
- echo "> Please read http://wiki.archlinux.org/index.php/Fbsplash"
- echo "> for more details. "
- echo "------------------------------------------------------------"
-}
-
-post_upgrade() {
- post_install
-}
-
-op=$1
-shift
-$op $*
-
-#EOF