summarylogtreecommitdiffstats
path: root/arch32-light.install
blob: 03f34567c48e7822434514fd6216d160d30079d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
post_install ()
{
cat <<'MSG'
--> Please read the man page (man arch32-light) and the comments in the
    configuration files located at /etc/arch32.conf and /etc/arch32d.conf
    before using the chroot.

    Run "arch32initialize" to initialize the chroot.

    You may enable the "arch32" service to mount the chroot at startup but this
    is only strictly necessary if you intend to use "pacman32" as a non-root
    user.

    The original initscripts daemon is still provided but will likely be removed
    in the future.
MSG
}



pre_remove ()
{
  /usr/bin/arch32m unmount
  source /etc/arch32d.conf
  echo "--> You may remove the chroot with \"rm -rf '$ARCH32ROOT'\""
  echo "    if all mountpoints have been successfully unmounted."
  echo "--> Don't forget to disable the \"arch32\" service."
}

# vim: set ts=2 sw=2 et: