source: ipk/source/swapeditors_movieretitle_1_0/CONTROL/postinst@ 6837

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

fix ipk Build

  • Property svn:executable set to *
File size: 830 bytes
Line 
1#!/bin/sh
2TMP=/tmp/.editors
3echo "successfully installed"
4echo "syncing disk"
5
6echo "---------------------------------"
7echo "-----------PLEASE READ-----------"
8echo "---------------------------------"
9echo "now you can fins the editors in the menu of the movielist!!!"
10echo "....(press PLAY Button -> MENU Button)...."
11echo "---------------------------------"
12echo "---------------------------------"
13echo "---------------------------------"
14echo ""
15echo "---------------------------------"
16echo "-----------Bitte lesen-----------"
17echo "---------------------------------"
18echo "du kannst die Erweiterungen nun im Menue der Filmliste finden!!!"
19echo "....(drücke PLAY Taste -> MENU Taste)...."
20echo "---------------------------------"
21echo "---------------------------------"
22echo "---------------------------------"
23
24sync
25exit 0
Note: See TracBrowser for help on using the repository browser.