updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / ntfs-3g-fuse / ntfs-3g-fuse.install
blobe4f11b514f68a0ba0e8d1b555d8b3f99accb3768
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 ""
10 post_upgrade() {
11         post_install