File: preinst

package info (click to toggle)
phplib 1%3A7.3dev-3.1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 1,752 kB
  • ctags: 247
  • sloc: php: 6,659; perl: 323; pascal: 157; makefile: 102; sh: 7
file content (12 lines) | stat: -rw-r--r-- 305 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

   if [ -f /usr/lib/phplib/phplibprepend.php3 ]; then
      cp /usr/lib/phplib/phplibprepend.php3 /usr/lib/phplib/phplibprepend.php3.bak 
      echo "Making backup of old phplibprepend.php3 file since we no longer"
      echo "include it in the /usr/lib/phplib dir"
   fi


#DEBHELPER#

exit 0