summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/ntfs-3g/ntfs-3g.install
blob: ad8cc1b3ac347d75fdcc41337c3e8ed6726e6083 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# arg 1:  the new package version
post_install() {
	ln -s /sbin/mount.ntfs-3g /sbin/mount.ntfs
}
# arg 1:  the new package version
# arg 2:  the old package version

# arg 1:  the old package version
post_remove() {
	rm -fr /sbin/mount.ntfs
}

op=$1
shift
$op $*