projects
/
enigma2-plugins.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
PushService: Initial release
[enigma2-plugins.git]
/
pushservice
/
CONTROL
/
postrm
1
#!/bin/sh
2
rm -rf /usr/lib/enigma2/python/Plugins/Extensions/PushService/
3
echo "Plugin removed! You should restart enigma2 now!"
4
exit 0