updated on Thu Jan 12 04:00:44 UTC 2012
[aur-mirror.git] / ibored / ibored.install
blobe1c183d2224f7769bd022b0404f8766ebeac2844
1 post_install() {
2   echo
3   echo "---------------------------------------------------------------------------"
4   echo "IMPORTANT NOTE:"
5   echo 
6   echo "Beware: This tool lets you mess with your disk contents in a rather"
7   echo "unsafe manner: You can easily write over any data on a disk, rendering"
8   echo "the entire disk unusable. So you better know what you're doing,"
9   echo "especially if you use any 'write' operations."
10   echo
11   echo "---------------------------------------------------------------------------"
14 post_upgrade() {
15   post_install
18 post_remove() {
19   /bin/true
22 op=$1
23 shift
25 $op $*