File: php-kolabformat.prerm

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 (14 lines) | stat: -rw-r--r-- 122 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh

set -e

#EXTRA#
#DEBHELPER#

module=kolabformat

if [ "$1" = "remove" ]; then
	php5dismod ${module}
fi

exit 0