summaryrefslogtreecommitdiff
path: root/pcr/minicomputer/minicomputer.install
diff options
context:
space:
mode:
authorGuest One <theguestone@gmail.com>2013-05-17 22:49:26 +0200
committerGuest One <theguestone@gmail.com>2013-05-17 22:49:26 +0200
commitd09b90a816aca9747a54cf8538ffa7348fb556de (patch)
tree8be53d08af684ce6a1d354aa331bcae678e9fc31 /pcr/minicomputer/minicomputer.install
parent6b75a68162bc8d3f65c14c85f0e4abfa7d0a110f (diff)
downloadabslibre-d09b90a816aca9747a54cf8538ffa7348fb556de.tar.gz
abslibre-d09b90a816aca9747a54cf8538ffa7348fb556de.tar.bz2
abslibre-d09b90a816aca9747a54cf8538ffa7348fb556de.zip
add new package minicomputer 1.41-1
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
+}