summaryrefslogtreecommitdiff
path: root/extra/xsp/xsp.install
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-03-24 09:10:15 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2013-03-24 09:10:15 +0100
commit0a91993304168ce808fbb7eca986e03262ccb692 (patch)
treeb8a47673b339f0f718625cf189b75e1dff7fe737 /extra/xsp/xsp.install
parentbe8b4f05bd396634d6e9e7328da718f3a96048a6 (diff)
parent31416859638d756d88136e4e0eb78027c16ac17f (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/libpinyin/PKGBUILD extra/calligra/PKGBUILD extra/evas_generic_loaders/PKGBUILD extra/gnome-menus/PKGBUILD extra/nx/PKGBUILD extra/poppler/PKGBUILD extra/usermin/PKGBUILD extra/vigra/PKGBUILD extra/webmin/PKGBUILD libre/texlive-bin-libre/PKGBUILD
Diffstat (limited to 'extra/xsp/xsp.install')
-rw-r--r--extra/xsp/xsp.install37
1 files changed, 0 insertions, 37 deletions
diff --git a/extra/xsp/xsp.install b/extra/xsp/xsp.install
deleted file mode 100644
index b8a8f3136..000000000
--- a/extra/xsp/xsp.install
+++ /dev/null
@@ -1,37 +0,0 @@
-# arg 1: the new package version
-post_install() {
- cat << EOM
-
---> xsp is just the helping app for mod_mono if you like a production like
---> server. xsp itself is for ASP testing mainly -- read the manpage for xsp
---> to know which options are available.
---> Archlinux will provide xsp configured by a .webapp configuration file
---> which rests in /etc/xsp. Just put your other webapp files there to let
---> xsp pick them up.
---> xsp is commandline based configuration is done in /etc/conf.d/xsp. Set all
---> your arguments there. Don't forget that you can run xsp from the console
---> as oridinary user, which is safer and for testing absolutely sufficient!!
-
---> You can run the testpages simply by starting the server and calling
- http://localhost:8080
---> from your browser's location bar
-
-
-EOM
-}
-
-# arg 1: the new package version
-# arg 2: the old package version
-post_upgrade() {
- post_install $1
-}
-
-# arg 1: the old package version
-pre_remove() {
- /bin/true
-}
-
-# arg 1: the old package version
-post_remove() {
- /bin/true
-}