source: ipk/source/swapgames_Sudoku_1_1/CONTROL/postrm@ 1122

Last change on this file since 1122 was 521, checked in by civer, 17 years ago

-added all latest ipk sources

File size: 122 bytes
Line 
1#!/bin/sh
2TMP=/tmp/.games
3
4rm -rf /var/swap/Extensions/Sudoku
5
6echo "successfully removed"
7echo "syncing disk"
8sync
9exit 0
Note: See TracBrowser for help on using the repository browser.