blob: bae16c1ccff46566ab16e24b689fd25c66de084f (
plain)
1
2
3
4
5
6
7
8
9
10
|
pre_install() {
echo
echo ' ********************************************************'
echo ' * If your GoldenDict instance does not *'
echo ' * recognise new dictionaries then add path in settings *'
echo ' * or just close GoldenDict, make rm -rf ~/.goldendict *'
echo ' * and start it again *'
echo ' ********************************************************'
echo
}
|