File: php-kolabformat.preinst

package info (click to toggle)
libkolabxml 1.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,768 kB
  • ctags: 1,566
  • sloc: cpp: 9,596; xml: 427; ansic: 421; php: 159; sh: 140; python: 36; makefile: 25; cs: 9
file content (12 lines) | stat: -rw-r--r-- 191 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

set -e

#EXTRA#
#DEBHELPER#

inifile=kolabformat.ini

dpkg-maintscript-helper mv_conffile /etc/php5/conf.d/${inifile} /etc/php5/mods-available/${inifile} 0.8.1-3~ -- "$@";

exit 0