source: ipk/source.sh4/swapplayers_mediacenter_1.0/CONTROL/postrm@ 15955

Last change on this file since 15955 was 15100, checked in by obi, 14 years ago

[ipk] fix mc install and cleanup

  • Property svn:executable set to *
File size: 190 bytes
Line 
1#!/bin/sh
2TMP=/tmp/.mc
3
4rm -rf /var/swap/extensions/MediaCenter
5rm -rf /var/usr/lib/enigma2/python/Plugins/Extensions/MediaCenter
6
7echo "successfully removed"
8echo "syncing disk"
9sync
10exit 0
Note: See TracBrowser for help on using the repository browser.