diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-06-29 03:16:00 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-06-29 03:16:00 (GMT) |
commit | 27eacb8e624358f8fd3f3795ed3ab432194e88ee (patch) | |
tree | a7e917690db77a2f80d2314d11478633a24e1598 /abs/core-testing/ntfs-3g/ntfs-3g.install | |
parent | 234112a91175666fe6395e6f2164b915b6208aed (diff) | |
download | linhes_pkgbuild-27eacb8e624358f8fd3f3795ed3ab432194e88ee.zip linhes_pkgbuild-27eacb8e624358f8fd3f3795ed3ab432194e88ee.tar.gz linhes_pkgbuild-27eacb8e624358f8fd3f3795ed3ab432194e88ee.tar.bz2 |
Added install file for ntfs-3g.
Diffstat (limited to 'abs/core-testing/ntfs-3g/ntfs-3g.install')
-rw-r--r-- | abs/core-testing/ntfs-3g/ntfs-3g.install | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/abs/core-testing/ntfs-3g/ntfs-3g.install b/abs/core-testing/ntfs-3g/ntfs-3g.install new file mode 100644 index 0000000..ad8cc1b --- /dev/null +++ b/abs/core-testing/ntfs-3g/ntfs-3g.install @@ -0,0 +1,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 $* |