diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-05-18 14:01:58 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-05-18 14:01:58 -0300 |
commit | e6cfd799d9f9764dc899080218759c9146fef278 (patch) | |
tree | 302bb95153d05bdbc3f946cb6404640fa80c316e /pcr/minicomputer/minicomputer.install | |
parent | 41c31d823235baf54a4ec40a9760e0f490cee474 (diff) | |
parent | 4756df5e3c8ede6bb6ebdab627d17542ffce2b81 (diff) | |
download | abslibre-e6cfd799d9f9764dc899080218759c9146fef278.tar.gz abslibre-e6cfd799d9f9764dc899080218759c9146fef278.tar.bz2 abslibre-e6cfd799d9f9764dc899080218759c9146fef278.zip |
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 +} |