repo.or.cz
/
awl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Deprecate the various SQL date format strings which are moved to AwlDatabase
[awl.git]
/
debian
/
libawl-php.postrm
blob
18b25f502ddc40de13aec852bae6789fab1cf1c7
1
#!/bin/sh
2
3
set -e
4
5
[
-n
"
${DEBUG}
"
] &&
set -o
xtrace
6
PACKAGE
=::
package
::
7
8
[
-n
"
${DEBUG}
"
] &&
echo
"PostRM Parameters: $@"
9
10
case
$1
in
11
purge
)
12
;;
13
esac
14
15
#DEBHELPER#