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

Last change on this file since 3473 was 2458, checked in by civer, 16 years ago

[IPK]

  • added audio.elf IPK for swapstick!
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.