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 Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git]
/
ntfs-3g-fuse
/
ntfs-3g-fuse.install
blob
e4f11b514f68a0ba0e8d1b555d8b3f99accb3768
1
post_install() {
2
echo ""
3
echo -e "Updating permissions on $(which ntfs-3g)...\c"
4
chown root $(which ntfs-3g)
5
chmod 4755 $(which ntfs-3g)
6
echo " Done!"
7
echo ""
8
}
9
10
post_upgrade() {
11
post_install
12
}