projects
/
platform
/
core
/
uifw
/
isf.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Update package version to 9.0.15
[platform/core/uifw/isf.git]
/
postrm.in
1
#!/bin/sh
2
3
case "$1" in
4
update)
5
;;
6
install)
7
echo "install"
8
;;
9
configure)
10
;;
11
remove)
12
echo "rm -rf @PREFIX@/lib/scim-1.0"
13
rm -rf @PREFIX@/lib/scim-1.0
14
;;
15
*)
16
;;
17
esac
18
19
exit