source: ipk/source.sh4/swapsystem_oldaudioelf_1_0/CONTROL/postrm@ 8787

Last change on this file since 8787 was 7451, checked in by BPanther, 15 years ago

[ipk] - copy source->source.sh4

  • 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.