summaryrefslogtreecommitdiff
path: root/pcr/ted/ted.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2013-10-17 16:20:56 -0200
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2013-10-17 16:20:56 -0200
commit82a7dadff066b4976709da7afd83e73fc1cbf1a6 (patch)
tree4c81bb8132fa2a3bd67ed8bf2e01f185c0524cda /pcr/ted/ted.install
parent74c38ac335a4903a178a113d078cefdffeb17417 (diff)
parentd11eec943110e9196bc447c08368bc0e3d5c9fe1 (diff)
Merge branch 'master' of ssh://projects.parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'pcr/ted/ted.install')
-rw-r--r--pcr/ted/ted.install11
1 files changed, 11 insertions, 0 deletions
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
+}