diff options
author | James Meyer <james.meyer@operamail.com> | 2014-02-16 23:57:48 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2014-02-19 19:03:04 (GMT) |
commit | d992bf484dfa07050c368c30a8c2dda70511c066 (patch) | |
tree | 6de270ee2bdaa2701adda7a24e864804403b3f54 /abs/core/parted/parted.install | |
parent | 1f62bb057f75d84aaee417467428dc4a9d436f3a (diff) | |
download | linhes_pkgbuild-d992bf484dfa07050c368c30a8c2dda70511c066.zip linhes_pkgbuild-d992bf484dfa07050c368c30a8c2dda70511c066.tar.gz linhes_pkgbuild-d992bf484dfa07050c368c30a8c2dda70511c066.tar.bz2 |
parted:
update binary path to /usr/bin
refs #961
Diffstat (limited to 'abs/core/parted/parted.install')
-rw-r--r-- | abs/core/parted/parted.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core/parted/parted.install b/abs/core/parted/parted.install index 5e00699..752a687 100644 --- a/abs/core/parted/parted.install +++ b/abs/core/parted/parted.install @@ -8,7 +8,7 @@ post_install() { } post_upgrade() { - post_install $1 + post_install } pre_remove() { |