From d09b90a816aca9747a54cf8538ffa7348fb556de Mon Sep 17 00:00:00 2001 From: Guest One Date: Fri, 17 May 2013 22:49:26 +0200 Subject: add new package minicomputer 1.41-1 --- pcr/minicomputer/minicomputer.install | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 pcr/minicomputer/minicomputer.install (limited to 'pcr/minicomputer/minicomputer.install') 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 +} -- cgit v1.2.3