diff options
author | Márcio Alexandre Silva Delgado <coadde@lavabit.com> | 2013-05-18 22:09:54 -0300 |
---|---|---|
committer | Márcio Alexandre Silva Delgado <coadde@lavabit.com> | 2013-05-18 22:09:54 -0300 |
commit | e70153d29313ea63a68bd0bdfbb616d1fc154b5a (patch) | |
tree | d67b5534d0e21a3715ce5d3a801ed8ac486a8f5e /pcr/minicomputer/minicomputer.install | |
parent | ef49bf370d13a1e0b8b0e67bbd209e117529dd73 (diff) | |
parent | 53e7ae75266510f874ac225070744a1b7f2f12fc (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'pcr/minicomputer/minicomputer.install')
-rw-r--r-- | pcr/minicomputer/minicomputer.install | 21 |
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 +} |