File: php5-stomp.prerm

package info (click to toggle)
php-stomp 1.0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 260 kB
  • ctags: 205
  • sloc: ansic: 1,557; xml: 299; php: 108; makefile: 13; sh: 10
file content (10 lines) | stat: -rw-r--r-- 147 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
set -e

if [ "${1}" = "remove" ] || [ "${1}" = "upgrade" ] || [ "${1}" = "deconfigure" ]; then
	php5dismod stomp
fi

#DEBHELPER#

exit 0