File: install

package info (click to toggle)
squirrelmail-locales 1.4.18-20090526-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, wheezy
  • size: 21,472 kB
  • ctags: 40
  • sloc: php: 357; makefile: 29; sh: 9
file content (12 lines) | stat: -rwxr-xr-x 221 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

echo -n "Please enter path to your squirrelmail installation:"
read smpath

cp -r -i locale ${smpath}
if [ -d help ]; then
    cp -r -i help ${smpath}
fi
if [ -d images ]; then
    cp -r -i images ${smpath}
fi