diff options
author | Unconfigured <Unconfigured> | 2009-06-30 05:34:43 (GMT) |
---|---|---|
committer | Unconfigured <Unconfigured> | 2009-06-30 05:34:43 (GMT) |
commit | cc49572066ec24f4e609394dd012bf9325348491 (patch) | |
tree | 1890d08eb23eb1351b3c6558f7ca6047c8e8aff6 /abs/core-testing/ntfs-3g/ntfs-3g.install | |
parent | 3ea388eb421881811585997ae691083dd996733e (diff) | |
parent | a77d9915f36ed35bce7e3ba19acd07d0078359db (diff) | |
download | linhes_pkgbuild-cc49572066ec24f4e609394dd012bf9325348491.zip linhes_pkgbuild-cc49572066ec24f4e609394dd012bf9325348491.tar.gz linhes_pkgbuild-cc49572066ec24f4e609394dd012bf9325348491.tar.bz2 |
diskless-legacy: new - please build\nLinHES-config: removed config_diskless frontend ** needed to remove reference to mythinstall.bin because the repository does not have it. Someone needs to git add it?
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 $* |