repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Tue Jan 10 12:02:00 UTC 2012
[aur-mirror.git]
/
gnu-fdisk
/
gnu-fdisk.install
blob
5634d3f3637c97bfe9131119b3fe9ad1bb02e2e4
1
post_install() {
2
3
cat << EOF
4
5
The fdisk and cfdisk utilities are renamed as gnu-fdisk and gnu-cfdisk respectively
6
7
util-linux fdisk compatible clone is 'lfdisk'
8
Extended fdisk with gnu-fdisk specific extensions is 'gfdisk'
9
10
EOF
11
12
}
13
14
post_upgrade() {
15
16
post_install $1
17
18
}
19
20
post_remove() {
21
22
echo
23
24
}