diff options
author | James Meyer <james.meyer@operamail.com> | 2009-06-29 16:30:02 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-06-29 16:30:02 (GMT) |
commit | a77d9915f36ed35bce7e3ba19acd07d0078359db (patch) | |
tree | b7d338f6446a3feca44e6151097ac75a4fc92d17 /abs/core-testing/ntfs-3g/ntfs-3g.install | |
parent | 649b5da147f6d2107142c596c915f23b06f9bea1 (diff) | |
parent | a3ad759091d9d59ba9663394b685f2d676f9d1c5 (diff) | |
download | linhes_pkgbuild-a77d9915f36ed35bce7e3ba19acd07d0078359db.zip linhes_pkgbuild-a77d9915f36ed35bce7e3ba19acd07d0078359db.tar.gz linhes_pkgbuild-a77d9915f36ed35bce7e3ba19acd07d0078359db.tar.bz2 |
Merge branch 'HEAD' of ssh://jams@knoppmyth.net/mount/repository/LinHES-PKGBUILD
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 $* |