source: ipk/source/swapsystem_oldaudioelf_1_0/CONTROL/postrm@ 6652

Last change on this file since 6652 was 4625, checked in by andy-1, 16 years ago

fix ipk Build

  • Property svn:executable set to *
File size: 138 bytes
Line 
1#!/bin/sh
2TMP=/tmp/.system
3
4echo "removing symlink"
5rm -rf /var/bin/audio.elf
6
7echo "successfully removed"
8echo "syncing disk"
9sync
10exit 0
Note: See TracBrowser for help on using the repository browser.