File: php5-imagick.postinst

package info (click to toggle)
php-imagick 3.2.0~rc1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,516 kB
  • ctags: 1,105
  • sloc: ansic: 14,099; xml: 110; php: 83; sh: 10; makefile: 7
file content (11 lines) | stat: -rw-r--r-- 205 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -e

dpkg-maintscript-helper mv_conffile /etc/php5/conf.d/imagick.ini \
    /etc/php5/mods-available/imagick.ini 3.2.0~rc1-1~1 -- "$@"
rm -f /etc/php5/conf.d/imagick.ini

#DEBHELPER#

exit 0