Diff of /smage/trunk/include/alx-split.sminc
Parent Directory | Revision Log | Patch
revision 1810 by niro, Tue Apr 19 12:16:49 2011 UTC | revision 2065 by niro, Wed May 11 21:05:56 2011 UTC | |
---|---|---|
# | Line 63 alx-split_postinstall() | Line 63 alx-split_postinstall() |
63 | fi | fi |
64 | ||
65 | # then try to remove pname target | # then try to remove pname target |
66 | if [[ ! -z $(magequery -n ${PNAME}-${target}) ]] | if [[ ! -z $(magequery -n ${_PNAME}-${target}) ]] |
67 | then | then |
68 | echo "removing deprecated mage-target '${PNAME}-${target}'" | echo "removing deprecated mage-target '${_PNAME}-${target}'" |
69 | mage uninstall ${PNAME}-${target} || die | mage uninstall ${_PNAME}-${target} || die |
70 | fi | fi |
71 | done | done |
72 | ;; | ;; |
|