summaryrefslogtreecommitdiff
path: root/~emulatorman/timekpr/timekpr.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-02-01 13:26:18 -0200
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-02-01 13:26:18 -0200
commit3ab4ff0273a4c345fdbc3903082d9de0fdd2f198 (patch)
treeb449eb0e6dabc0a9a7e2297b808949f5cd5dd343 /~emulatorman/timekpr/timekpr.install
parenta6be0c225a6cbf09e33bf1bac9c326ded7b42f9f (diff)
moving timekpr to [pcr] repo
Diffstat (limited to '~emulatorman/timekpr/timekpr.install')
-rw-r--r--~emulatorman/timekpr/timekpr.install24
1 files changed, 0 insertions, 24 deletions
diff --git a/~emulatorman/timekpr/timekpr.install b/~emulatorman/timekpr/timekpr.install
deleted file mode 100644
index b01769c48..000000000
--- a/~emulatorman/timekpr/timekpr.install
+++ /dev/null
@@ -1,24 +0,0 @@
-
-post_install() {
- /usr/bin/timekpr.postinst
-
- echo "Your su command (gksu|gksudo|kdesu|kdesudo etc) for starting timekpr-gui as root: "
- read su_command;
- sed -i "s/gksu/${su_command}/" "/usr/share/applications/timekpr.desktop"
-
- echo
- echo "Start the timekpr daemon with '/etc/rc.d/timekprd start'"
- echo "For permanent use put 'timekprd' into your DAEMONS array."
-}
-
-post_upgrade() {
- post_install
-}
-
-pre_remove() {
- /usr/bin/timekpr.postrm purge
-}
-
-post_remove() {
- echo "Remove the timekprd entry from your DAEMONS array."
-}