summaryrefslogtreecommitdiff
path: root/pcr/minicomputer/minicomputer.install
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-05-18 02:14:12 -0700
committerroot <root@rshg054.dnsready.net>2013-05-18 02:14:12 -0700
commit4e1091baf58d4d28f6bf3cc4fee8ea0bfd10a7a8 (patch)
tree84f66b46f238f46928efc905cad1b88a2d96c668 /pcr/minicomputer/minicomputer.install
parentb5f4c940227b9a7051c381688636d59f67864f93 (diff)
Sat May 18 02:12:59 PDT 2013
Diffstat (limited to 'pcr/minicomputer/minicomputer.install')
-rw-r--r--pcr/minicomputer/minicomputer.install21
1 files changed, 21 insertions, 0 deletions
diff --git a/pcr/minicomputer/minicomputer.install b/pcr/minicomputer/minicomputer.install
new file mode 100644
index 000000000..e441a6f02
--- /dev/null
+++ b/pcr/minicomputer/minicomputer.install
@@ -0,0 +1,21 @@
+post_install() {
+ post_remove
+
+ cat << EOF
+
+>>> For installing some sample presets in ~/.miniComputer, use
+>>> /usr/share/minicomputer/installpresets.sh
+>>>
+>>> Use "minicomputer" to start the engine and the GUI
+>>> Documentation can be found in /usr/share/doc/minicomputer/Manual.pdf
+
+EOF
+}
+
+post_upgrade() {
+ post_remove
+}
+
+post_remove() {
+ update-desktop-database -q
+}