post_install() {
	echo ""
	echo -e "Updating permissions on $(which ntfs-3g)...\c"
	chown root $(which ntfs-3g)
        chmod 4755 $(which ntfs-3g)
	echo " Done!"
	echo ""
}

post_upgrade() {
	post_install
}
