updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / linhdd / linhdd.install
blob553edcd10725b3d2d1fe9acd3ee5fc611eb6b0b9
1 post_install() {
2   echo -e "\n==> If you want to get infos from SCSI devices too"
3   echo -e "==> install 'sdparm', in community repository.\n"
4   echo -e "==> If you want to be able to partition or format"
5   echo -e "==> your devices, you must run 'linHDD.py' as root"
6   echo -e "==> user."
7   echo -e "==> Use 'gksu /usr/bin/linHDD.py' if you are using"
8   echo -e "==> GNOME. You can also decomment the proper"
9   echo -e "==> string in the .desktop file.\n"
12 post_upgrade() {
13   post_install $*
16 op=$1
17 shift
18 $op $*