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
Ensure this is not wierded out by a user accessing the user page on login.
[awl.git]
/
debian
/
libawl-php.prerm
blob
c6daa218e2467f781b89dd199f5b152d57459581
1
#!/bin/sh
2
3
set -e
4
5
[
-n
"
${DEBUG}
"
] &&
set -o
xtrace
6
PACKAGE
=::
package
::
7
8
[
-n
"
${DEBUG}
"
] &&
echo
"PreRM Parameters: $@"
9
10
case
$1
in
11
remove
)
12
;;
13
esac
14
15
#DEBHELPER#