summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/fbsplash/fbsplash.install
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2010-10-23 18:17:40 (GMT)
committerJames Meyer <james.meyer@operamail.com>2010-10-23 18:19:39 (GMT)
commitadbcf19958300e9b6598990184c8815b945ba0ee (patch)
treef4283c850ac0ac202c17e78a637ee7ca8147621b /abs/core-testing/fbsplash/fbsplash.install
parent61a68250df10d29b624650948484898334ff22d0 (diff)
downloadlinhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.zip
linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.gz
linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.bz2
Removed old core and extra from repo. Renamed -testing to core/extra. This will setup the base for the testing branch.
Diffstat (limited to 'abs/core-testing/fbsplash/fbsplash.install')
-rw-r--r--abs/core-testing/fbsplash/fbsplash.install27
1 files changed, 0 insertions, 27 deletions
diff --git a/abs/core-testing/fbsplash/fbsplash.install b/abs/core-testing/fbsplash/fbsplash.install
deleted file mode 100644
index 09da219..0000000
--- a/abs/core-testing/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