source: ipk/source.sh4/tools_parted/CONTROL/postrm@ 30833

Last change on this file since 30833 was 24795, checked in by gost, 12 years ago

[sh4] add plugin parted

  • Property svn:executable set to *
File size: 114 bytes
Line 
1#!/bin/sh
2INSTDIR="$1"
3
4rm -r "$INSTDIR/bin/parted" >/dev/null 2>&1
5rm -r /var/bin/parted >/dev/null 2>&1
6
7exit 0
Note: See TracBrowser for help on using the repository browser.