summarylogtreecommitdiffstats
path: root/hoteldruid.install
diff options
context:
space:
mode:
authorM0Rf302015-06-17 15:38:25 +0200
committerM0Rf302015-06-17 15:38:25 +0200
commitc35489285244513a1651f7122d723d64e9797e1e (patch)
tree6f86d131d8095e25c696ddcc7ff05598b5b5b937 /hoteldruid.install
downloadaur-c35489285244513a1651f7122d723d64e9797e1e.tar.gz
Initial import
Diffstat (limited to 'hoteldruid.install')
-rw-r--r--hoteldruid.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/hoteldruid.install b/hoteldruid.install
new file mode 100644
index 000000000000..7dbb79c80293
--- /dev/null
+++ b/hoteldruid.install
@@ -0,0 +1,12 @@
+post_install() {
+ echo "Now you must install o configure your web server (PHP Compatible) to run Wordpress"
+}
+
+pre_remove() {
+ cp -r /srv/http/hoteldruid /srv/http/hoteldruid_backup
+ echo "Your HotelDruid folder was backed up to /srv/http/hoteldruid_backup"
+}
+
+post_remove() {
+ rm -rf /srv/http/hoteldruid
+}