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

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

[ipk] - copy source->source.sh4

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