From d11eec943110e9196bc447c08368bc0e3d5c9fe1 Mon Sep 17 00:00:00 2001 From: aurelien Date: Thu, 17 Oct 2013 18:20:04 +0200 Subject: ted --- pcr/ted/ted.install | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 pcr/ted/ted.install (limited to 'pcr/ted/ted.install') diff --git a/pcr/ted/ted.install b/pcr/ted/ted.install new file mode 100644 index 000000000..f98ba7338 --- /dev/null +++ b/pcr/ted/ted.install @@ -0,0 +1,11 @@ +post_install() { + update-desktop-database -q +} + +post_upgrade() { + post_install $1 +} + +post_remove() { + post_install $1 +} -- cgit v1.2.3